From 5e86aec0971fc39da9c4b9ab6f094621a08f26c9a5563dc2849883462b0bc8b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 26 Jun 2012 09:35:50 +0000 Subject: [PATCH] - Update to patchlevel 566, fixes the following problems * Redo after completion does not work correctly when refresh. * ":profdel" should not work when the +profile feature is disabled. * Crash when an autocommand wipes out a buffer when it is hidden. * The cursor is in the wrong line after using ":copen". * 'efm' does not handle Tabs in pointer lines. * When spell checking the German sharp s is not seen as a word character. * When using an InsertCharPre autocommand autoindent fails. * Gvim does not work when 'guioptions' includes "f". * Using a count before "v" and "V" does not work. * ":diffupdate" doesn't check for files changed elsewhere. * Using "z=" on a multi-byte character may cause a crash. * 'wildignorecase' only applies to the last part of the path. * No completion for :history command. * Cannot use CTRL-E and CTRL-Y with "r". * ":vimgrep" fails when 'autochdir' is set. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=103 --- vim-7.3-patches.tar.bz2 | 4 ++-- vim.changes | 21 +++++++++++++++++++++ vim.spec | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/vim-7.3-patches.tar.bz2 b/vim-7.3-patches.tar.bz2 index eda20cc..899e63e 100644 --- a/vim-7.3-patches.tar.bz2 +++ b/vim-7.3-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f7fd00083725faa417f68ff2588009144c052078f1d070a35b417d094a49941d -size 425054 +oid sha256:e2d9d635e57337fd5f5530bc04307c6317567214a61e03a83c0fa0a6077502ec +size 518314 diff --git a/vim.changes b/vim.changes index 0b8aad1..064396d 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue Jun 26 09:27:19 UTC 2012 - idonmez@suse.com + +- Update to patchlevel 566, fixes the following problems + * Redo after completion does not work correctly when refresh. + * ":profdel" should not work when the +profile feature is disabled. + * Crash when an autocommand wipes out a buffer when it is hidden. + * The cursor is in the wrong line after using ":copen". + * 'efm' does not handle Tabs in pointer lines. + * When spell checking the German sharp s is not seen as a word + character. + * When using an InsertCharPre autocommand autoindent fails. + * Gvim does not work when 'guioptions' includes "f". + * Using a count before "v" and "V" does not work. + * ":diffupdate" doesn't check for files changed elsewhere. + * Using "z=" on a multi-byte character may cause a crash. + * 'wildignorecase' only applies to the last part of the path. + * No completion for :history command. + * Cannot use CTRL-E and CTRL-Y with "r". + * ":vimgrep" fails when 'autochdir' is set. + ------------------------------------------------------------------- Mon Jun 25 11:59:21 UTC 2012 - cfarrell@suse.com diff --git a/vim.spec b/vim.spec index 56888dc..af9b2b9 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.3 -%define official_ptchlvl 456 +%define official_ptchlvl 566 %define VIM_SUBDIR vim73 %define site_runtimepath /usr/share/vim/site