- 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:
Ismail Dönmez 2013-09-30 08:30:16 +00:00 committed by Git OBS Bridge
parent aeb998e162
commit d67e968d4a
3 changed files with 21 additions and 3 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e5a65448987df09f5d75bc02a0ab8a6c36a588d765763cb0cb3be508ae4e4f2a
size 28367
oid sha256:e57b855889d3c263bcde4a4b3ac54622b7fadae65b14f31a161cbbd13e36ed1e
size 35204

View File

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

View File

@ -17,7 +17,7 @@
%define pkg_version 7.4
%define official_ptchlvl 035
%define official_ptchlvl 045
%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}