From c42d0d7ae294dbd2cb66ba9727804f5496eb2a939fa7c66e98d791abddea8272 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sun, 28 Jun 2015 08:50:21 +0000 Subject: [PATCH] - Updated to revision 763, fixes the following problems * Appending in Visual mode with 'linebreak' set does not work properly. Also when 'selection' is "exclusive". (Ingo Karkat) * Using CTRL-A in Visual mode does not work well. (Gary Johnson) * It is not easy to count the number of characters. * Cannot detect the background color of a terminal. * When 'conceallevel' is 1 and quitting the command-line window with CTRL-C the first character ':' is erased. * Spelling mistakes are not displayed after ":syn spell". * The request-background termcode implementation is incomplete. * Comment for may_req_bg_color() is wrong. (Christ van Willegen) OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=275 --- v7-4-752.tar.gz | 3 --- v7-4-763.tar.gz | 3 +++ vim.changes | 15 +++++++++++++++ vim.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 v7-4-752.tar.gz create mode 100644 v7-4-763.tar.gz diff --git a/v7-4-752.tar.gz b/v7-4-752.tar.gz deleted file mode 100644 index 1d8c174..0000000 --- a/v7-4-752.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81211c9dd497a583db3772d7b228c0ed14cc1e700aa1e9101f71aa47900eaad9 -size 12185569 diff --git a/v7-4-763.tar.gz b/v7-4-763.tar.gz new file mode 100644 index 0000000..693f906 --- /dev/null +++ b/v7-4-763.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0861ca194dc2a5e50f637b2b4b5407d94978c6f27d2f9f29b97f22fb9fb68115 +size 12188081 diff --git a/vim.changes b/vim.changes index 269c8db..00f2311 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Jun 28 08:39:37 UTC 2015 - idonmez@suse.com + +- Updated to revision 763, fixes the following problems + * Appending in Visual mode with 'linebreak' set does not work + properly. Also when 'selection' is "exclusive". (Ingo Karkat) + * Using CTRL-A in Visual mode does not work well. (Gary Johnson) + * It is not easy to count the number of characters. + * Cannot detect the background color of a terminal. + * When 'conceallevel' is 1 and quitting the command-line window + with CTRL-C the first character ':' is erased. + * Spelling mistakes are not displayed after ":syn spell". + * The request-background termcode implementation is incomplete. + * Comment for may_req_bg_color() is wrong. (Christ van Willegen) + ------------------------------------------------------------------- Mon Jun 22 13:04:02 UTC 2015 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index b192911..87ff9bf 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define patchlevel 752 +%define patchlevel 763 %define _rversion 7-4-%patchlevel %define VIM_SUBDIR vim74 %define site_runtimepath /usr/share/vim/site