SHA256
1
0
forked from pool/vim

- Updated to revision 1710, fixes the following problems

* feedkeys('i', 'x') gets stuck, waits for a character to be typed.
  * Building the Perl interface gives compiler warnings.
  * ":syn reset" clears the effect ":syn iskeyword". (James McCoy)
  * When using :stopinsert in a silent mapping the "INSERT" message
    isn't cleared.
  * Display problems when the 'ambiwidth' and 'emoji' options are not
    set properly or the terminal doesn't behave as expected.
  * :packadd does not work the same when used early or late.
  * Using freed memory when parsing 'printoptions' fails.
  * Using freed memory with "wincmd p". (Dominique Pelle)
  * Cannot use empty dictionary key, even though it can be useful.
  * New regexp engine does not work properly with EBCDIC.
  * Not all output of an external command is read.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=345
This commit is contained in:
Ismail Dönmez
2016-04-05 09:28:29 +00:00
committed by Git OBS Bridge
parent 1bf5b60e2c
commit 737f55d716
4 changed files with 22 additions and 4 deletions

View File

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