SHA256
1
0
forked from pool/vim

- Updated to revision 1796, fixes the following problems

* Cannot use ch_read() in the close callback.
  * Leading white space in a job command matters.
  * Channel could be garbage collected too early.
  * Color name decoding is implemented several times.
  * Some character classes may differ between systems.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=355
This commit is contained in:
Ismail Dönmez
2016-04-28 07:38:41 +00:00
committed by Git OBS Bridge
parent 44e1af5d19
commit 81322d500b
4 changed files with 14 additions and 4 deletions

View File

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