- Updated to revision 045, fixes the following problems
* NFA engine does not capture group correctly when using \@>. (ZyX) * Using "\ze" in a sub-pattern does not result in the end of the match to be set. (Axel Bender) * Using "zw" and "zg" when 'spell' is off give a confusing error message. (Gary Johnson) * Valgrind error on exit when a script-local variable holds a reference to the scope of another script. * Visual selection does not remain after being copied over. (Axel Bender) * When using ":setlocal" for 'spell' and 'spellang' then :spelldump doesn't work. (Dimitar Dimitrov) * substitute() does not work properly when the pattern starts with "\ze". OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=167
This commit is contained in:
committed by
Git OBS Bridge
parent
aeb998e162
commit
d67e968d4a
18
vim.changes
18
vim.changes
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 30 08:14:20 UTC 2013 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 045, fixes the following problems
|
||||
* NFA engine does not capture group correctly when using \@>. (ZyX)
|
||||
* Using "\ze" in a sub-pattern does not result in the end of the
|
||||
match to be set. (Axel Bender)
|
||||
* Using "zw" and "zg" when 'spell' is off give a confusing error
|
||||
message. (Gary Johnson)
|
||||
* Valgrind error on exit when a script-local variable holds a
|
||||
reference to the scope of another script.
|
||||
* Visual selection does not remain after being copied over. (Axel
|
||||
Bender)
|
||||
* When using ":setlocal" for 'spell' and 'spellang' then :spelldump
|
||||
doesn't work. (Dimitar Dimitrov)
|
||||
* substitute() does not work properly when the pattern starts with
|
||||
"\ze".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 19:25:12 UTC 2013 - schwab@suse.de
|
||||
|
||||
|
Reference in New Issue
Block a user