SHA256
1
0
forked from pool/vim

- Updated to revision 1510, fixes the following problems

* Crash when starting a job fails.
  * Keeping both a variable for a job and the channel it refers to is a hassle.
  * Channel test fails on AppVeyor.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=328
This commit is contained in:
Ismail Dönmez
2016-03-08 08:14:34 +00:00
committed by Git OBS Bridge
parent 55334b9bd2
commit c69b6d7259
4 changed files with 12 additions and 4 deletions

View File

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