- 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:
parent
c42d0d7ae2
commit
51da5ee87c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0861ca194dc2a5e50f637b2b4b5407d94978c6f27d2f9f29b97f22fb9fb68115
|
||||
size 12188081
|
3
v7-4-788.tar.gz
Normal file
3
v7-4-788.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:530657c7fdcdaaeecfbdc5c4cd18f9ca84e78087a07e7a85b3dda8ac99960883
|
||||
size 12194695
|
26
vim.changes
26
vim.changes
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user