SHA256
1
0
forked from pool/vim

- Updated to revision 160, fixes the following problems

* TextChangedI is not triggered.
  * getregtype() does not return zero for unknown register.
  * When starting Vim with "-u NONE" v:oldfiles is NULL.
  * Get E685 error when assigning a function to an autoload variable.
    (Yukihiro Nakadaira)
  * :keeppatterns is not respected for :s.
  * Python: slices with steps are not supported.
  * Python: Cannot iterate over options.
  * Compiler warning for pointer type.
  * Still a problem with auto-loading.
  * ":keeppatterns /pat" does not keep search pattern offset.
  * Error number used twice. (Yukihiro Nakadaira)
  * Pattern containing \zs is not handled correctly by substitute().
  * Completion hangs when scanning the current buffer after doing
    keywords. (Christian Brabandt)

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=184
This commit is contained in:
Ismail Dönmez
2014-01-28 09:26:41 +00:00
committed by Git OBS Bridge
parent a166516138
commit 40d610c528
3 changed files with 23 additions and 3 deletions

View File

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