SHA256
1
0
forked from pool/vim

- 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

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