- 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:
parent
95c2c4fcff
commit
23fd83ff2f
@ -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
3
v7.4.889.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4247eb470e965a5fc08989b26ad30998b7f3efce1d5a5001b85666ee26ee4f3
|
||||
size 12284392
|
21
vim.changes
21
vim.changes
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user