From 40d610c52829a80da295f5ea73b4086f2aa7928f839dcbcab827e640dd5be3a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 28 Jan 2014 09:26:41 +0000 Subject: [PATCH] - Updated to revision 160, fixes the following problems * TextChangedI is not triggered. * getregtype() does not return zero for unknown register. * When starting Vim with "-u NONE" v:oldfiles is NULL. * Get E685 error when assigning a function to an autoload variable. (Yukihiro Nakadaira) * :keeppatterns is not respected for :s. * Python: slices with steps are not supported. * Python: Cannot iterate over options. * Compiler warning for pointer type. * Still a problem with auto-loading. * ":keeppatterns /pat" does not keep search pattern offset. * Error number used twice. (Yukihiro Nakadaira) * Pattern containing \zs is not handled correctly by substitute(). * Completion hangs when scanning the current buffer after doing keywords. (Christian Brabandt) OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=184 --- vim-7.4-patches.tar.bz2 | 4 ++-- vim.changes | 20 ++++++++++++++++++++ vim.spec | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/vim-7.4-patches.tar.bz2 b/vim-7.4-patches.tar.bz2 index dae00d2..371ed6c 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:7af62fdee92fec794b49b1b8ef608d400cd658ec414ffee8f1afbc6abe17827a -size 112187 +oid sha256:175d53b9567e214a4c383093aae63c6f6226551c51af377993689c3f3f9842c7 +size 133241 diff --git a/vim.changes b/vim.changes index 56f6011..3206bd7 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Jan 28 09:22:41 UTC 2014 - idonmez@suse.com + +- Updated to revision 160, fixes the following problems + * TextChangedI is not triggered. + * getregtype() does not return zero for unknown register. + * When starting Vim with "-u NONE" v:oldfiles is NULL. + * Get E685 error when assigning a function to an autoload variable. + (Yukihiro Nakadaira) + * :keeppatterns is not respected for :s. + * Python: slices with steps are not supported. + * Python: Cannot iterate over options. + * Compiler warning for pointer type. + * Still a problem with auto-loading. + * ":keeppatterns /pat" does not keep search pattern offset. + * Error number used twice. (Yukihiro Nakadaira) + * Pattern containing \zs is not handled correctly by substitute(). + * Completion hangs when scanning the current buffer after doing + keywords. (Christian Brabandt) + ------------------------------------------------------------------- Tue Jan 14 14:13:34 UTC 2014 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index b7e9c24..192d873 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define official_ptchlvl 142 +%define official_ptchlvl 160 %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}