SHA256
1
0
forked from pool/vim

- Updated to revision 142, fixes the following problems

* Clang warns for using NUL.
  * Spurious space in MingW Makefile.
  * Directory change messages are not recognized.
  * Crash when using :cd in autocommand. (François Ingelrest)
  * Crash when wiping out buffer triggers autocommand that wipes out
    only other buffer.
  * Problems when building with Borland: st_mode is signed short;
    can't build with Python; temp files not ignored by Mercurial;
    building with DEBUG doesn't define _DEBUG.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=180
This commit is contained in:
Ismail Dönmez
2014-01-13 10:30:14 +00:00
committed by Git OBS Bridge
parent 677f2ec6b0
commit 80db8255cb
3 changed files with 17 additions and 3 deletions

View File

@@ -17,7 +17,7 @@
%define pkg_version 7.4
%define official_ptchlvl 131
%define official_ptchlvl 142
%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}