From fb72b2bc0e2bdfa350c5e02d960e6226a6ac96cca60ea26d9bfe3cc26d0c6f1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 22 Jun 2015 13:18:37 +0000 Subject: [PATCH] - Updated to revision 752, fixes the following problems * When setting the crypt key and using a swap file, text may be encrypted twice or unencrypted text remains in the swap file. * The tab menu shows "Close tab" even when it doesn't work. * The cursor line is not always updated for the "O" command. * ml_get error when using "p" in a Visual selection in the last line. * Wrong argument for sizeof(). * In a string "\U" only takes 4 digits, while after CTRL-V U eight digits can be used. * ":1quit" works like ":.quit". (Bohr Shaw) * When using += with ":set" a trailing comma is not recognized. (Issue 365) * Cannot specify a vertical split when loading a buffer for a quickfix command. * "p" in Visual mode causes an unexpected line split. * No tests for Ruby and Perl. * The entries added by matchaddpos() are returned by getmatches() but can't be set with setmatches(). (Lcd) * ":[count]tag" is not always working. (cs86661) * ":cnext" may jump to the wrong column when setting 'virtualedit=all' * For some options two consecutive commas are OK. (Nikolay Pavlov) * It is not obvious how to enable the address sanitizer. * Unicode 8.0 not supported. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=274 --- v7-4-729.tar.gz | 3 --- v7-4-752.tar.gz | 3 +++ vim.changes | 25 +++++++++++++++++++++++++ vim.spec | 2 +- 4 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 v7-4-729.tar.gz create mode 100644 v7-4-752.tar.gz diff --git a/v7-4-729.tar.gz b/v7-4-729.tar.gz deleted file mode 100644 index bee0cde..0000000 --- a/v7-4-729.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f042f7e450bff32e6aef77ba4a32da75a2c5c5002783e0c94f107f307de7b657 -size 12172406 diff --git a/v7-4-752.tar.gz b/v7-4-752.tar.gz new file mode 100644 index 0000000..1d8c174 --- /dev/null +++ b/v7-4-752.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81211c9dd497a583db3772d7b228c0ed14cc1e700aa1e9101f71aa47900eaad9 +size 12185569 diff --git a/vim.changes b/vim.changes index 3b59f9a..269c8db 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Mon Jun 22 13:04:02 UTC 2015 - idonmez@suse.com + +- Updated to revision 752, fixes the following problems + * When setting the crypt key and using a swap file, text may be + encrypted twice or unencrypted text remains in the swap file. + * The tab menu shows "Close tab" even when it doesn't work. + * The cursor line is not always updated for the "O" command. + * ml_get error when using "p" in a Visual selection in the last line. + * Wrong argument for sizeof(). + * In a string "\U" only takes 4 digits, while after CTRL-V U eight + digits can be used. + * ":1quit" works like ":.quit". (Bohr Shaw) + * When using += with ":set" a trailing comma is not recognized. (Issue 365) + * Cannot specify a vertical split when loading a buffer for a quickfix command. + * "p" in Visual mode causes an unexpected line split. + * No tests for Ruby and Perl. + * The entries added by matchaddpos() are returned by getmatches() + but can't be set with setmatches(). (Lcd) + * ":[count]tag" is not always working. (cs86661) + * ":cnext" may jump to the wrong column when setting 'virtualedit=all' + * For some options two consecutive commas are OK. (Nikolay Pavlov) + * It is not obvious how to enable the address sanitizer. + * Unicode 8.0 not supported. + ------------------------------------------------------------------- Wed Jun 10 12:02:06 UTC 2015 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index eec5e66..b192911 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define patchlevel 729 +%define patchlevel 752 %define _rversion 7-4-%patchlevel %define VIM_SUBDIR vim74 %define site_runtimepath /usr/share/vim/site