- Updated to revision 1086, 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.
  * CTRL-A does not work well in right-left mode.
  * 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.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=301
This commit is contained in:
Ismail Dönmez 2016-01-10 20:13:12 +00:00 committed by Git OBS Bridge
parent 4760156563
commit 2734b6aa63
4 changed files with 16 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Jan 10 20:08:21 UTC 2016 - idonmez@suse.com
- Updated to revision 1086, 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.
* CTRL-A does not work well in right-left mode.
* 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.
-------------------------------------------------------------------
Sat Jan 9 16:34:06 UTC 2016 - idonmez@suse.com

View File

@ -17,7 +17,7 @@
%define pkg_version 7.4
%define patchlevel 1066
%define patchlevel 1086
%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}