diff --git a/vim-7.4-patches.tar.bz2 b/vim-7.4-patches.tar.bz2 index a38e0f5..42f8ae7 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:b49cf6891e0af0bcb46695c2c8d27466ecc6e742811c3f4f80d5e8f4627b6cc8 -size 181267 +oid sha256:551590abad9f0f8d80e7c67c9654f522502b472f6a13b108a23d2623c6b6515b +size 210595 diff --git a/vim.changes b/vim.changes index db1eee7..b155c44 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Mar 24 11:46:08 UTC 2014 - idonmez@suse.com + +- Updated to revision 213, fixes the following problems + * The cursor report sequence is sometimes not recognized and results + in entering replace mode. + * Mercurial picks up some files that are not distributed. + * When repeating a filter command "%" and "#" are expanded. + * Visual block mode plus virtual edit doesn't work well with tabs. + (Liang Li) + * ":lu" is an abbreviation for ":lua", but it should be ":lunmap". + (ZyX) + * Now that the +visual feature is always enabled the #ifdefs for it + are not useful. + * It's not possible to open a new buffer without creating a swap + file. + ------------------------------------------------------------------- Thu Mar 13 11:13:57 UTC 2014 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index 729ad0f..a1f277f 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define official_ptchlvl 205 +%define official_ptchlvl 213 %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}