- Updated to revision 1754, fixes the following problems

* "noinsert" in 'completeopt' is sometimes ignored
  * syntax not set when using ":buf" and 'filetype' set manually

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=351
This commit is contained in:
Ismail Dönmez 2016-04-20 11:20:56 +00:00 committed by Git OBS Bridge
parent 2cf6d444a3
commit c017800302
4 changed files with 8 additions and 6 deletions

View File

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

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

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

View File

@ -1,11 +1,13 @@
-------------------------------------------------------------------
Tue Apr 19 11:57:54 UTC 2016 - idonmez@suse.com
Tue Apr 20 14:17:00 UTC 2016 - idonmez@suse.com
- Updated to revision 1752, fixes the following problems
- Updated to revision 1754, 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.
* "noinsert" in 'completeopt' is sometimes ignored
* syntax not set when using ":buf" and 'filetype' set manually
-------------------------------------------------------------------
Mon Apr 18 07:48:17 UTC 2016 - idonmez@suse.com

View File

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