diff --git a/vim-7.3-patches.tar.bz2 b/vim-7.3-patches.tar.bz2 index 5664aee..1decaf7 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:d2e31888e0c4b4db235d2645fc60b6cbdf6530a9a92e7f116ee5977fed75aabe -size 272879 +oid sha256:7918669723e57feaff44490b76b4c890a596233edad5c3fb02b19a5e1ebd0463 +size 286920 diff --git a/vim.changes b/vim.changes index 15d7717..cfe6d42 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Aug 31 09:22:53 UTC 2011 - idonmez@suse.com + +- Update to official patchlevel 289 + * python3 fixes + * Fix: Crash when using "zd" on a large number of folds. + * Fix: Mapping no longer works. + * Fix: After using "expand('%:8')" the buffer name is changed. + * Fix: With GTK, when gvim is full-screen and a tab is opened and + using a specific monitor configuration the window is too big. + * Fix: Passing the file name to open in VisVim doesn't work. + * Fix: A BOM in an error file is seen as text. + * Fix: ":put =list" does not add an empty line for a trailing + empty item. + * Fix: 'shellcmdflag' only works with one flag. + * Fix: Vim freezes when executing an external command with zsh. + ------------------------------------------------------------------- Thu Aug 18 23:30:06 UTC 2011 - opensuse@cboltz.de diff --git a/vim.spec b/vim.spec index f5b3622..909ee5c 100644 --- a/vim.spec +++ b/vim.spec @@ -46,7 +46,7 @@ BuildRequires: gpm %endif # %define pkg_version 7.3 -%define official_ptchlvl 266 +%define official_ptchlvl 289 %define VIM_SUBDIR vim73 %define site_runtimepath /usr/share/vim/site # @@ -424,7 +424,7 @@ install -d -m 0755 %{buildroot}%{_docdir}/{,g}vim/ cp runtime/doc/uganda.txt LICENSE install -D -m 0644 \ vimrc_example1 vimrc_example2 suse.vimrc \ - LICENSE README.txt README_src.txt README_unix.txt src/INSTALL ANNOUNCEMENT.vim-7.3 \ + LICENSE README.txt README_src.txt README_unix.txt ANNOUNCEMENT.vim-7.3 \ %{buildroot}%{_docdir}/vim/ # gvim install -D -m 0644 \