From d67e968d4ac2ad638042e8fd404f8402821554ecad5d0cd539f4a4d1a9203ccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 30 Sep 2013 08:30:16 +0000 Subject: [PATCH] - 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 --- vim-7.4-patches.tar.bz2 | 4 ++-- vim.changes | 18 ++++++++++++++++++ vim.spec | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/vim-7.4-patches.tar.bz2 b/vim-7.4-patches.tar.bz2 index ac514ac..ce3679a 100644 --- a/vim-7.4-patches.tar.bz2 +++ b/vim-7.4-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e5a65448987df09f5d75bc02a0ab8a6c36a588d765763cb0cb3be508ae4e4f2a -size 28367 +oid sha256:e57b855889d3c263bcde4a4b3ac54622b7fadae65b14f31a161cbbd13e36ed1e +size 35204 diff --git a/vim.changes b/vim.changes index 2e94c16..0d7deba 100644 --- a/vim.changes +++ b/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 diff --git a/vim.spec b/vim.spec index 30de8be..011f921 100644 --- a/vim.spec +++ b/vim.spec @@ -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}