From 737f55d716a8dc6fbed7f606f8a62537a4920a09494e32e711286c1525f67be5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 5 Apr 2016 09:28:29 +0000 Subject: [PATCH] - Updated to revision 1710, fixes the following problems * feedkeys('i', 'x') gets stuck, waits for a character to be typed. * Building the Perl interface gives compiler warnings. * ":syn reset" clears the effect ":syn iskeyword". (James McCoy) * When using :stopinsert in a silent mapping the "INSERT" message isn't cleared. * Display problems when the 'ambiwidth' and 'emoji' options are not set properly or the terminal doesn't behave as expected. * :packadd does not work the same when used early or late. * Using freed memory when parsing 'printoptions' fails. * Using freed memory with "wincmd p". (Dominique Pelle) * Cannot use empty dictionary key, even though it can be useful. * New regexp engine does not work properly with EBCDIC. * Not all output of an external command is read. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=345 --- v7.4.1691.tar.gz | 3 --- v7.4.1710.tar.gz | 3 +++ vim.changes | 18 ++++++++++++++++++ vim.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 v7.4.1691.tar.gz create mode 100644 v7.4.1710.tar.gz diff --git a/v7.4.1691.tar.gz b/v7.4.1691.tar.gz deleted file mode 100644 index a6527cb..0000000 --- a/v7.4.1691.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d862ba8ca6407600a574faba3f05c0dcaf8f1385baab813c016f6b89130ed590 -size 12555072 diff --git a/v7.4.1710.tar.gz b/v7.4.1710.tar.gz new file mode 100644 index 0000000..f7cd409 --- /dev/null +++ b/v7.4.1710.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:130b7907e2534603c035188e9798207d64662d02b9d2602b24ff80255ad96103 +size 12556638 diff --git a/vim.changes b/vim.changes index db82805..eaf6b8b 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Apr 5 08:26:17 UTC 2016 - idonmez@suse.com + +- Updated to revision 1710, fixes the following problems + * feedkeys('i', 'x') gets stuck, waits for a character to be typed. + * Building the Perl interface gives compiler warnings. + * ":syn reset" clears the effect ":syn iskeyword". (James McCoy) + * When using :stopinsert in a silent mapping the "INSERT" message + isn't cleared. + * Display problems when the 'ambiwidth' and 'emoji' options are not + set properly or the terminal doesn't behave as expected. + * :packadd does not work the same when used early or late. + * Using freed memory when parsing 'printoptions' fails. + * Using freed memory with "wincmd p". (Dominique Pelle) + * Cannot use empty dictionary key, even though it can be useful. + * New regexp engine does not work properly with EBCDIC. + * Not all output of an external command is read. + ------------------------------------------------------------------- Fri Apr 1 08:28:53 UTC 2016 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index 946fc43..3e954a1 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define patchlevel 1691 +%define patchlevel 1710 %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}