- Updated to revision 1752, fixes the following problems

* When a buffer gets updated while in command line mode, the screen
    may be messed up.
  * Crash when 'tagstack' is off. (Dominique Pelle)
  * When adding to the quickfix list the current position is reset.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=350
This commit is contained in:
Ismail Dönmez 2016-04-19 12:03:26 +00:00 committed by Git OBS Bridge
parent cb34494a93
commit 2cf6d444a3
4 changed files with 13 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Apr 19 11:57:54 UTC 2016 - idonmez@suse.com
- Updated to revision 1752, fixes the following problems
* When a buffer gets updated while in command line mode, the screen
may be messed up.
* Crash when 'tagstack' is off. (Dominique Pelle)
* When adding to the quickfix list the current position is reset.
-------------------------------------------------------------------
Mon Apr 18 07:48:17 UTC 2016 - idonmez@suse.com

View File

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