From 504fc9378bd1b52324199fe414e68cc25b8160c88bc0dc8ab3c620a61a94530f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 3 Sep 2015 12:35:58 +0000 Subject: [PATCH] - Updated to revision 854, fixes the following problems * When '#' is in 'isident' the is# comparator doesn't work. * Compiler warning for possible loss of data. * "vi)d" may leave a character behind. * CTRL-A on hex number in Visual block mode is incorrect. * Moving the cursor in Insert mode starts new undo sequence. * does not show up. * Saving and restoring the console buffer does not work properly. * "zt" in diff mode does not always work properly. (Gary Johnson) * Missing information about runtime files. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=283 --- v7.4.843.tar.gz | 3 --- v7.4.854.tar.gz | 3 +++ vim.changes | 14 ++++++++++++++ vim.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 v7.4.843.tar.gz create mode 100644 v7.4.854.tar.gz diff --git a/v7.4.843.tar.gz b/v7.4.843.tar.gz deleted file mode 100644 index de1d285..0000000 --- a/v7.4.843.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee6e6552d42d084d45b85b3202c7e88fdfd5692c6fc495f16ed179fcc7b0a71e -size 12205091 diff --git a/v7.4.854.tar.gz b/v7.4.854.tar.gz new file mode 100644 index 0000000..56b7132 --- /dev/null +++ b/v7.4.854.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08869d7076fbb6e29b81287393c016d48c9cef12e296b79e2f2c9fcc677097d9 +size 12209025 diff --git a/vim.changes b/vim.changes index e1ed6b2..2983d94 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Sep 3 12:24:50 UTC 2015 - idonmez@suse.com + +- Updated to revision 854, fixes the following problems + * When '#' is in 'isident' the is# comparator doesn't work. + * Compiler warning for possible loss of data. + * "vi)d" may leave a character behind. + * CTRL-A on hex number in Visual block mode is incorrect. + * Moving the cursor in Insert mode starts new undo sequence. + * does not show up. + * Saving and restoring the console buffer does not work properly. + * "zt" in diff mode does not always work properly. (Gary Johnson) + * Missing information about runtime files. + ------------------------------------------------------------------- Tue Sep 1 09:06:38 UTC 2015 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index e6cbe5f..a2886ef 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define patchlevel 843 +%define patchlevel 854 %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}