SHA256
1
0
forked from pool/vim

- Updated to revision 442, fixes the following problems

* test_listlbr fails when compiled with normal features.
  * Compiler warning.
  * When the startup code expands command line arguments, setting
    'encoding' will not properly convert the arguments.
  * gettabvar() is not consistent with getwinvar() and getbufvar().
  * Line formatting behaves differently when 'linebreak' is set.
    (mvxxc)
  * ml_get error for autocommand that moves the cursor of the current
    window.
  * New and old regexp engine are not consistent.
  * Cached values for 'cino' not reset for ":set all&".
  * Duplicate message in message history.  Some quickfix messages
    appear twice. (Gary Johnson)
  * Omni complete popup drawn incorrectly.
  * Endless loop and other problems when 'cedit' is set to CTRL-C.
  * Using unitinialized variable.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=231
This commit is contained in:
Ismail Dönmez
2014-09-10 14:25:09 +00:00
committed by Git OBS Bridge
parent f5059a4502
commit eb753fe30e
5 changed files with 28 additions and 7 deletions

View File

@@ -17,8 +17,8 @@
%define pkg_version 7.4
%define patchlevel 429
%define revision 6187
%define patchlevel 442
%define revision 6214
%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}