- 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:
parent
aeb998e162
commit
d67e968d4a
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5a65448987df09f5d75bc02a0ab8a6c36a588d765763cb0cb3be508ae4e4f2a
|
||||
size 28367
|
||||
oid sha256:e57b855889d3c263bcde4a4b3ac54622b7fadae65b14f31a161cbbd13e36ed1e
|
||||
size 35204
|
||||
|
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user