- 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
This commit is contained in:
Ismail Dönmez 2016-01-11 08:11:36 +00:00 committed by Git OBS Bridge
parent 2734b6aa63
commit d737a42de9
4 changed files with 7 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c216d89f26a6b43d6647a4e2f753b517442ef609270380a10e852a3e05bab41d
size 12547613

3
v7.4.1087.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2540b52dca515fe71079705f1a2f603f8e869a6b07e70341bc10fa68f3157ef8
size 12547578

View File

@ -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

View File

@ -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}