From 51da5ee87cd61725ca445fcf81c1818854b6afe7143d7e39ef747e566a91db55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sun, 19 Jul 2015 12:26:59 +0000 Subject: [PATCH] - Updated to revision 788, fixes the following problems * CTRL-A and CTRL-X in Visual mode do not always work well. * :diffoff only works properly once. * Behavior of :diffoff is not tested. * Background color response with transparency is not ignored. * Search does not handle multi-byte character at the start position correctly. * 'langmap' is used in command-line mode when checking for mappings. Issue 376. * When using the CompleteDone autocommand event it's difficult to get to the completed items. * It is not possible to avoid using the first item of completion. * Equivalence class for 'd' does not work correctly. * Coverity warns for uninitialized variable. * Using CTRL-A in a line without a number moves the cursor. May cause a crash when at the start of the line. (Urtica Dioica) * Compiler complains about uninitialized variable and clobbered variables. * line2byte() returns one less when 'bin' and 'noeol' are set. * Still a few problems with CTRL-A and CTRL-X in Visual mode. * copy_chars() and copy_spaces() are inefficient. * Using both "noinsert" and "noselect" in 'completeopt' does not work properly. * On some systems automatically adding the missing EOL causes problems. Setting 'binary' has too many side effects. * It is not possible for a plugin to adjust to a changed setting. * snprintf() isn't available everywhere. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=277 --- v7-4-763.tar.gz | 3 --- v7-4-788.tar.gz | 3 +++ vim.changes | 26 ++++++++++++++++++++++++++ vim.spec | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 v7-4-763.tar.gz create mode 100644 v7-4-788.tar.gz diff --git a/v7-4-763.tar.gz b/v7-4-763.tar.gz deleted file mode 100644 index 693f906..0000000 --- a/v7-4-763.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0861ca194dc2a5e50f637b2b4b5407d94978c6f27d2f9f29b97f22fb9fb68115 -size 12188081 diff --git a/v7-4-788.tar.gz b/v7-4-788.tar.gz new file mode 100644 index 0000000..79f6621 --- /dev/null +++ b/v7-4-788.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:530657c7fdcdaaeecfbdc5c4cd18f9ca84e78087a07e7a85b3dda8ac99960883 +size 12194695 diff --git a/vim.changes b/vim.changes index 00f2311..c03b862 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Sun Jul 19 12:19:20 UTC 2015 - idonmez@suse.com + +- Updated to revision 788, fixes the following problems + * CTRL-A and CTRL-X in Visual mode do not always work well. + * :diffoff only works properly once. + * Behavior of :diffoff is not tested. + * Background color response with transparency is not ignored. + * Search does not handle multi-byte character at the start position correctly. + * 'langmap' is used in command-line mode when checking for mappings. Issue 376. + * When using the CompleteDone autocommand event it's difficult to get to the completed items. + * It is not possible to avoid using the first item of completion. + * Equivalence class for 'd' does not work correctly. + * Coverity warns for uninitialized variable. + * Using CTRL-A in a line without a number moves the cursor. + May cause a crash when at the start of the line. (Urtica Dioica) + * Compiler complains about uninitialized variable and clobbered variables. + * line2byte() returns one less when 'bin' and 'noeol' are set. + * Still a few problems with CTRL-A and CTRL-X in Visual mode. + * copy_chars() and copy_spaces() are inefficient. + * Using both "noinsert" and "noselect" in 'completeopt' does not work properly. + * On some systems automatically adding the missing EOL causes problems. + Setting 'binary' has too many side effects. + * It is not possible for a plugin to adjust to a changed setting. + * snprintf() isn't available everywhere. + ------------------------------------------------------------------- Sun Jun 28 08:39:37 UTC 2015 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index 87ff9bf..8724144 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define patchlevel 763 +%define patchlevel 788 %define _rversion 7-4-%patchlevel %define VIM_SUBDIR vim74 %define site_runtimepath /usr/share/vim/site