- Updated to revision 788, fixes the following problems
* CTRL-A and CTRL-X in Visual mode do not always work well.
* :diffoff only works properly once.
* Behavior of :diffoff is not tested.
* Background color response with transparency is not ignored.
* Search does not handle multi-byte character at the start position correctly.
* 'langmap' is used in command-line mode when checking for mappings. Issue 376.
* When using the CompleteDone autocommand event it's difficult to get to the completed items.
* It is not possible to avoid using the first item of completion.
* Equivalence class for 'd' does not work correctly.
* Coverity warns for uninitialized variable.
* Using CTRL-A in a line without a number moves the cursor.
May cause a crash when at the start of the line. (Urtica Dioica)
* Compiler complains about uninitialized variable and clobbered variables.
* line2byte() returns one less when 'bin' and 'noeol' are set.
* Still a few problems with CTRL-A and CTRL-X in Visual mode.
* copy_chars() and copy_spaces() are inefficient.
* Using both "noinsert" and "noselect" in 'completeopt' does not work properly.
* On some systems automatically adding the missing EOL causes problems.
Setting 'binary' has too many side effects.
* It is not possible for a plugin to adjust to a changed setting.
* snprintf() isn't available everywhere.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=277
This commit is contained in:
committed by
Git OBS Bridge
parent
c42d0d7ae2
commit
51da5ee87c
+26
@@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 19 12:19:20 UTC 2015 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 788, fixes the following problems
|
||||
* CTRL-A and CTRL-X in Visual mode do not always work well.
|
||||
* :diffoff only works properly once.
|
||||
* Behavior of :diffoff is not tested.
|
||||
* Background color response with transparency is not ignored.
|
||||
* Search does not handle multi-byte character at the start position correctly.
|
||||
* 'langmap' is used in command-line mode when checking for mappings. Issue 376.
|
||||
* When using the CompleteDone autocommand event it's difficult to get to the completed items.
|
||||
* It is not possible to avoid using the first item of completion.
|
||||
* Equivalence class for 'd' does not work correctly.
|
||||
* Coverity warns for uninitialized variable.
|
||||
* Using CTRL-A in a line without a number moves the cursor.
|
||||
May cause a crash when at the start of the line. (Urtica Dioica)
|
||||
* Compiler complains about uninitialized variable and clobbered variables.
|
||||
* line2byte() returns one less when 'bin' and 'noeol' are set.
|
||||
* Still a few problems with CTRL-A and CTRL-X in Visual mode.
|
||||
* copy_chars() and copy_spaces() are inefficient.
|
||||
* Using both "noinsert" and "noselect" in 'completeopt' does not work properly.
|
||||
* On some systems automatically adding the missing EOL causes problems.
|
||||
Setting 'binary' has too many side effects.
|
||||
* It is not possible for a plugin to adjust to a changed setting.
|
||||
* snprintf() isn't available everywhere.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 28 08:39:37 UTC 2015 - idonmez@suse.com
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define pkg_version 7.4
|
||||
%define patchlevel 763
|
||||
%define patchlevel 788
|
||||
%define _rversion 7-4-%patchlevel
|
||||
%define VIM_SUBDIR vim74
|
||||
%define site_runtimepath /usr/share/vim/site
|
||||
|
||||
LFS
BIN
Binary file not shown.
LFS
BIN
Binary file not shown.
Reference in New Issue
Block a user