From bfb90cd259c218e8338c4b75d2943592c9ebc57eba95dc033cdc5b676934df16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 21 Oct 2013 10:55:37 +0000 Subject: [PATCH] - Updated to revision 052, fixes the following problems * Can't use Tcl 8.6. * When using input() in a function invoked by a mapping it doesn't work. * Recent clang version complains about -fno-strength-reduce. * In Ex mode, when line numbers are enabled the substitute prompt is wrong. * "gn" selects too much for the pattern "\d" when there are two lines with a single digit. (Ryan Carney) * Syntax highlighting a Yaml file causes a crash. (Blake Preston) * With 'fo' set to "a2" inserting a space in the first column may cause the cursor to jump to the previous line. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=169 --- vim-7.4-patches.tar.bz2 | 4 ++-- vim.changes | 16 ++++++++++++++++ vim.spec | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/vim-7.4-patches.tar.bz2 b/vim-7.4-patches.tar.bz2 index ce3679a..8a034ee 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:e57b855889d3c263bcde4a4b3ac54622b7fadae65b14f31a161cbbd13e36ed1e -size 35204 +oid sha256:f8a7895bf355905462d630ebf1cf636b2f82b203ea3e7654e6d7e4f6414bf0ed +size 38878 diff --git a/vim.changes b/vim.changes index 0d7deba..0d9c69c 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Oct 21 10:47:39 UTC 2013 - idonmez@suse.com + +- Updated to revision 052, fixes the following problems + * Can't use Tcl 8.6. + * When using input() in a function invoked by a mapping it doesn't + work. + * Recent clang version complains about -fno-strength-reduce. + * In Ex mode, when line numbers are enabled the substitute prompt is + wrong. + * "gn" selects too much for the pattern "\d" when there are two + lines with a single digit. (Ryan Carney) + * Syntax highlighting a Yaml file causes a crash. (Blake Preston) + * With 'fo' set to "a2" inserting a space in the first column may + cause the cursor to jump to the previous line. + ------------------------------------------------------------------- Mon Sep 30 08:14:20 UTC 2013 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index 011f921..ae56cf2 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define official_ptchlvl 045 +%define official_ptchlvl 052 %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}