- 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:
Ismail Dönmez 2015-07-19 12:26:59 +00:00 committed by Git OBS Bridge
parent c42d0d7ae2
commit 51da5ee87c
4 changed files with 30 additions and 4 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:530657c7fdcdaaeecfbdc5c4cd18f9ca84e78087a07e7a85b3dda8ac99960883
size 12194695

View File

@ -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

View File

@ -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