From d737a42de99938052a446b386083047b3949bcbb82086329e9c6ea74572a734c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 11 Jan 2016 08:11:36 +0000 Subject: [PATCH] - Updated to revision 1087, fixes the following problems * CTRL-A and CTRL-X work badly with blockwise visual selection OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=302 --- v7.4.1086.tar.gz | 3 --- v7.4.1087.tar.gz | 3 +++ vim.changes | 5 +++-- vim.spec | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 v7.4.1086.tar.gz create mode 100644 v7.4.1087.tar.gz diff --git a/v7.4.1086.tar.gz b/v7.4.1086.tar.gz deleted file mode 100644 index d7b0d2e..0000000 --- a/v7.4.1086.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c216d89f26a6b43d6647a4e2f753b517442ef609270380a10e852a3e05bab41d -size 12547613 diff --git a/v7.4.1087.tar.gz b/v7.4.1087.tar.gz new file mode 100644 index 0000000..a5bd78e --- /dev/null +++ b/v7.4.1087.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2540b52dca515fe71079705f1a2f603f8e869a6b07e70341bc10fa68f3157ef8 +size 12547578 diff --git a/vim.changes b/vim.changes index 9a3a829..f9be96f 100644 --- a/vim.changes +++ b/vim.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Sun Jan 10 20:08:21 UTC 2016 - idonmez@suse.com +Sun Jan 11 08:11:21 UTC 2016 - idonmez@suse.com -- Updated to revision 1086, fixes the following problems +- Updated to revision 1087, fixes the following problems * Wrong way to check for unletting internal variables. * The Tcl interface can't be loaded dynamically on Unix. * Crash when using an invalid command. @@ -9,6 +9,7 @@ Sun Jan 10 20:08:21 UTC 2016 - idonmez@suse.com * Using "." to repeat CTRL-A in Visual mode increments the wrong numbers. * The CTRL-A and CTRL-X commands do not update the '[ and '] marks. * Crash with an extremely long buffer name. + * CTRL-A and CTRL-X work badly with blockwise visual selection ------------------------------------------------------------------- Sat Jan 9 16:34:06 UTC 2016 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index ff46e1b..ef60227 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define patchlevel 1086 +%define patchlevel 1087 %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}