From 9a909d3a00d5b42cea53605334e02e3fdd30c71351a20fbcc8e5d6169cc5fdd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 29 Sep 2014 12:26:15 +0000 Subject: [PATCH] - Updated to revision 461, fixes the following problems * When using a Visual selection of multiple words and doing CTRL-W_] it jumps to the tag matching the word under the cursor, not the selected text. (Patrick hemmer) * Completion for :buf does not use 'wildignorecase'. (Akshay H) * 'backupcopy' is global, cannot write only some files in a different way. * Using getchar() in an expression mapping may result in K_CURSORHOLD, which can't be recognized. * Issue 252: Cursor moves in a zero-height window. * Can't change the icon after building Vim. * Can't build without the quickfix feature. (Erik Falor) * Error reported by ubsan when running test 72. * Reversed question mark not recognized as punctuation. (Issue 258) * Clipboard may be cleared on startup. * In some situations, when setting up an environment to trigger an autocommand, the environment is not properly restored. * Spell files from Hunspell may generate a lot of errors. * Using ETO_IGNORELANGUAGE causes problems. * Can't easily close the help window. (Chris Gaal) * Not all commands that edit another buffer support the +cmd argument. * Calling system() with empty input gives an error for writing the temp file. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=235 --- _service | 6 +++--- vim-7.4.442.hg.6214.tar.xz | 3 --- vim-7.4.461.hg.6253.tar.xz | 3 +++ vim.changes | 28 ++++++++++++++++++++++++++++ vim.spec | 4 ++-- 5 files changed, 36 insertions(+), 8 deletions(-) delete mode 100644 vim-7.4.442.hg.6214.tar.xz create mode 100644 vim-7.4.461.hg.6253.tar.xz diff --git a/_service b/_service index af24088..fada48a 100644 --- a/_service +++ b/_service @@ -1,10 +1,10 @@ hg - https://code.google.com/p/vim/ + https://code.google.com/p/vim vim - 7.4.442.hg - v7-4-442 + 7.4.461.hg + v7-4-461 xz diff --git a/vim-7.4.442.hg.6214.tar.xz b/vim-7.4.442.hg.6214.tar.xz deleted file mode 100644 index 36e96b0..0000000 --- a/vim-7.4.442.hg.6214.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9796bc34abdfddcba5f65ce7171ca505c842ee219dc0ec4c24daed79f85b6183 -size 7799824 diff --git a/vim-7.4.461.hg.6253.tar.xz b/vim-7.4.461.hg.6253.tar.xz new file mode 100644 index 0000000..e316d20 --- /dev/null +++ b/vim-7.4.461.hg.6253.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64d1e4c23773b19496a5758375bb12b9650bddf1ebef44869bfc78ec268fb228 +size 7742068 diff --git a/vim.changes b/vim.changes index a8f1b99..402f5b3 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Mon Sep 29 11:28:00 UTC 2014 - idonmez@suse.com + +- Updated to revision 461, fixes the following problems + * When using a Visual selection of multiple words and doing CTRL-W_] + it jumps to the tag matching the word under the cursor, not the + selected text. (Patrick hemmer) + * Completion for :buf does not use 'wildignorecase'. (Akshay H) + * 'backupcopy' is global, cannot write only some files in a + different way. + * Using getchar() in an expression mapping may result in K_CURSORHOLD, + which can't be recognized. + * Issue 252: Cursor moves in a zero-height window. + * Can't change the icon after building Vim. + * Can't build without the quickfix feature. (Erik Falor) + * Error reported by ubsan when running test 72. + * Reversed question mark not recognized as punctuation. (Issue 258) + * Clipboard may be cleared on startup. + * In some situations, when setting up an environment to trigger an + autocommand, the environment is not properly restored. + * Spell files from Hunspell may generate a lot of errors. + * Using ETO_IGNORELANGUAGE causes problems. + * Can't easily close the help window. (Chris Gaal) + * Not all commands that edit another buffer support the +cmd + argument. + * Calling system() with empty input gives an error for writing the + temp file. + ------------------------------------------------------------------- Fri Sep 26 09:51:50 UTC 2014 - zaitor@opensuse.org diff --git a/vim.spec b/vim.spec index 60e61ed..46d40f0 100644 --- a/vim.spec +++ b/vim.spec @@ -17,8 +17,8 @@ %define pkg_version 7.4 -%define patchlevel 442 -%define revision 6214 +%define patchlevel 461 +%define revision 6253 %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}