diff --git a/vim-7.4-patches.tar.bz2 b/vim-7.4-patches.tar.bz2 index 7044ebe..d188f9b 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:3e758ef77f2504eb2e9ba42cf1e97704f4a91012b873d5d521ecfb4c127f1ea5 -size 307779 +oid sha256:40c18f8a5f77776332cf4339cf107603ec8d55d4d6fdb6e409d9f77e0ed9e3c7 +size 329098 diff --git a/vim.changes b/vim.changes index 38a48aa..9a27597 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Mon May 26 08:40:24 UTC 2014 - idonmez@suse.com + +- Updated to revision 307, fixes the following problems + * Setting 'langmap' in the modeline can cause trouble. E.g. mapping + ":" breaks many commands. (Jens-Wolfhard Schicke-Uffmann) + * When 'relativenumber' is set and deleting lines or undoing that, + line numbers are not always updated. (Robert Arkwright) + * Error messages are inconsistant. (ZyX) + * When 'spellfile' is set the screen is not redrawn. + * Pattern with repeated backreference does not match with new regexp + engine. (Urtica Dioica) + * A non-greedy match followed by a branch is too greedy. (Ingo + Karkat) + * Searching for "a" does not match accented "a" with new regexp + engine, does match with old engine. (David Bürgin) + "ca" does not match "ca" with accented "a" with either engine. + * It is not possible to ignore composing characters at a specific + point in a pattern. + * Memory leak from result of get_isolated_shell_name(). + * Can't have a funcref start with "t:". + * When running configure twice DYNAMIC_PYTHON_DLL may become empty. + * Still a scrolling problem when loading a session file. + * Signs placed with 'foldcolumn' set don't show up after filler + lines. + * When using double-width characters the text displayed on the + command line is sometimes truncated. + * Cannot always use Python with Vim. + * Making 'ttymouse' empty after the xterm version was requested + causes problems. (Elijah Griffin) + * getchar(0) does not return Esc. + * Can't build without the +termresponse feature. + ------------------------------------------------------------------- Tue May 13 19:40:29 UTC 2014 - sleep_walker@suse.cz diff --git a/vim.spec b/vim.spec index db9fc60..cc32b59 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define official_ptchlvl 283 +%define official_ptchlvl 307 %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}