From 245a492193f8726ca1cc5d1af59f312c2f4b6e69d7fcbfc17a519f3eb1a5a335 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 28 Jan 2013 11:24:49 +0000 Subject: [PATCH] - Updated to revision 785, fixes the following problems * Jumping to a mark does not open a fold if it is in the same line. * Not all message translation files are installed. * Segfault when doing "cclose" on BufUnload in a python function. * ":help cpo-*" jumps to the wrong place. * settabvar() and setwinvar() may move the cursor. * 'matchpairs' does not work with multi-byte characters. * Vim.h indentation is inconsistent. * Uninitialized variable. (Yasuhiro Matsumoto) * Cursor is at the wrong location and below the end of the file * Crash when OriginalFirstThunk is zero. * Tiny GUI version misses console dialog feature. * ml_get error when searching, caused by curwin not matching curbuf. * When building with Gnome locale gets reset. * Compiler error for adding up two pointers. (Titov Anatoly) * Backwards search lands in wrong place when started on a multibyte * char2nr() and nr2char() always use 'encoding'. * Drawing with 'guifontwide' can be slow. * Crash when mark is not set. (Dominique Pelle) * Error when 'guifontwide' has a comma. * Crash with specific use of search pattern. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=124 --- vim-7.3-patches.tar.bz2 | 4 ++-- vim.changes | 25 +++++++++++++++++++++++++ vim.spec | 2 +- 3 files changed, 28 insertions(+), 3 deletions(-) diff --git a/vim-7.3-patches.tar.bz2 b/vim-7.3-patches.tar.bz2 index e791e23..706eb7b 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:6ea1b4986fad04a6dc8d4413fd3fd98f91d83320ea9d1d391a03cf01be64fd9a -size 826087 +oid sha256:1fc9d5eb0eb64091200ea254b7dd22ab848f1b7d3d839668697f8cb31569fc62 +size 849630 diff --git a/vim.changes b/vim.changes index 9440f75..652d5f7 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Mon Jan 28 11:03:55 UTC 2013 - idonmez@suse.com + +- Updated to revision 785, fixes the following problems + * Jumping to a mark does not open a fold if it is in the same line. + * Not all message translation files are installed. + * Segfault when doing "cclose" on BufUnload in a python function. + * ":help cpo-*" jumps to the wrong place. + * settabvar() and setwinvar() may move the cursor. + * 'matchpairs' does not work with multi-byte characters. + * Vim.h indentation is inconsistent. + * Uninitialized variable. (Yasuhiro Matsumoto) + * Cursor is at the wrong location and below the end of the file + * Crash when OriginalFirstThunk is zero. + * Tiny GUI version misses console dialog feature. + * ml_get error when searching, caused by curwin not matching curbuf. + * When building with Gnome locale gets reset. + * Compiler error for adding up two pointers. (Titov Anatoly) + * Backwards search lands in wrong place when started on a multibyte + * char2nr() and nr2char() always use 'encoding'. + * Drawing with 'guifontwide' can be slow. + * Crash when mark is not set. (Dominique Pelle) + * Error when 'guifontwide' has a comma. + * Crash with specific use of search pattern. + ------------------------------------------------------------------- Thu Jan 3 19:51:55 UTC 2013 - opensuse@cboltz.de diff --git a/vim.spec b/vim.spec index ae6ab4f..b7cb967 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.3 -%define official_ptchlvl 762 +%define official_ptchlvl 785 %define VIM_SUBDIR vim73 %define site_runtimepath /usr/share/vim/site