- Updated to revision 205, fixes the following problems

* Typos in messages.
  * Python tests fail.
  * Can't build Vim with Perl when -Dusethreads is not specified for
    building Perl, and building Vim with --enable-perlinterp=dynamic.
  * (issue 197) ]P doesn't paste over Visual selection.
  * Too many #ifdefs in the code.
  * 'lispwords' is a global option.
  * Parsing 'errorformat' is not correct.
  * A mapping where the second byte is 0x80 doesn't work.
  * ":mksession" writes command to move to second argument while it
    does not exist.  When it does exist the order might be wrong.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=204
This commit is contained in:
Ismail Dönmez
2014-03-13 11:19:59 +00:00
committed by Git OBS Bridge
parent 865a7f3d56
commit e4689c07ef
3 changed files with 19 additions and 3 deletions

View File

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