- Updated to revision 889, fixes the following problems

* Crash when changing the 'tags' option from a remote command. (Benjamin Fritz)
  * 'smarttab' is also effective when 'paste' is enabled. (Alexander Monakov)
  * May get into an invalid state when using getchar() in an expression mapping.
  * Vim leaks memory, when 'wildignore' filters out all matches.
  * Compiler warning for unused variable. (Tony Mechelynck)
  * Not obvious how to contribute.
  * ":find" sometimes fails. (Excanoe)
  * Coverity error for clearing only one byte of struct.
  * Can't see line numbers in nested function calls.
  * Test 49 fails.
  * When leaving the command line window with CTRL-C while a completion menu is displayed the menu isn't removed.
  * Block-mode replace works characterwise instead of blockwise after column 147. (Issue #422)
  * When doing an upwards search without wildcards the search fails if the initial directory doesn't exist.
  * Using uninitialized memory for regexp with back reference. (Dominique Pelle)
  * The OptionSet autocommands are not triggered from setwinvar().
  * Triggering OptionSet from setwinvar() isn't tested.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=288
This commit is contained in:
Ismail Dönmez 2015-09-30 09:20:10 +00:00 committed by Git OBS Bridge
parent 95c2c4fcff
commit 23fd83ff2f
4 changed files with 25 additions and 4 deletions

View File

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

3
v7.4.889.tar.gz Normal file
View File

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed Sep 30 09:10:28 UTC 2015 - idonmez@suse.com
- Updated to revision 889, fixes the following problems
* Crash when changing the 'tags' option from a remote command. (Benjamin Fritz)
* 'smarttab' is also effective when 'paste' is enabled. (Alexander Monakov)
* May get into an invalid state when using getchar() in an expression mapping.
* Vim leaks memory, when 'wildignore' filters out all matches.
* Compiler warning for unused variable. (Tony Mechelynck)
* Not obvious how to contribute.
* ":find" sometimes fails. (Excanoe)
* Coverity error for clearing only one byte of struct.
* Can't see line numbers in nested function calls.
* Test 49 fails.
* When leaving the command line window with CTRL-C while a completion menu is displayed the menu isn't removed.
* Block-mode replace works characterwise instead of blockwise after column 147. (Issue #422)
* When doing an upwards search without wildcards the search fails if the initial directory doesn't exist.
* Using uninitialized memory for regexp with back reference. (Dominique Pelle)
* The OptionSet autocommands are not triggered from setwinvar().
* Triggering OptionSet from setwinvar() isn't tested.
-------------------------------------------------------------------
Sat Sep 26 20:39:19 UTC 2015 - opensuse@cboltz.de

View File

@ -17,7 +17,7 @@
%define pkg_version 7.4
%define patchlevel 865
%define patchlevel 889
%define VIM_SUBDIR vim74
%define site_runtimepath /usr/share/vim/site
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}