SHA256
1
0
forked from pool/vim

- Updated to revision 1862, fixes the following problems

* Using a partial for timer_start() may cause a crash.
  * Compiler warnings with 64 bit compiler.
  * string() with repeated argument does not give a result usable
    by eval().

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=366
This commit is contained in:
Ismail Dönmez
2016-06-01 07:27:39 +00:00
committed by Git OBS Bridge
parent 363d76d882
commit a54ab47a70
4 changed files with 13 additions and 4 deletions

View File

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