- Updated to revision 052, fixes the following problems

* Can't use Tcl 8.6.
  * When using input() in a function invoked by a mapping it doesn't
    work.
  * Recent clang version complains about -fno-strength-reduce.
  * In Ex mode, when line numbers are enabled the substitute prompt is
    wrong.
  * "gn" selects too much for the pattern "\d" when there are two
    lines with a single digit. (Ryan Carney)
  * Syntax highlighting a Yaml file causes a crash. (Blake Preston)
  * With 'fo' set to "a2" inserting a space in the first column may
    cause the cursor to jump to the previous line.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=169
This commit is contained in:
Ismail Dönmez 2013-10-21 10:55:37 +00:00 committed by Git OBS Bridge
parent d67e968d4a
commit bfb90cd259
3 changed files with 19 additions and 3 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e57b855889d3c263bcde4a4b3ac54622b7fadae65b14f31a161cbbd13e36ed1e
size 35204
oid sha256:f8a7895bf355905462d630ebf1cf636b2f82b203ea3e7654e6d7e4f6414bf0ed
size 38878

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Oct 21 10:47:39 UTC 2013 - idonmez@suse.com
- Updated to revision 052, fixes the following problems
* Can't use Tcl 8.6.
* When using input() in a function invoked by a mapping it doesn't
work.
* Recent clang version complains about -fno-strength-reduce.
* In Ex mode, when line numbers are enabled the substitute prompt is
wrong.
* "gn" selects too much for the pattern "\d" when there are two
lines with a single digit. (Ryan Carney)
* Syntax highlighting a Yaml file causes a crash. (Blake Preston)
* With 'fo' set to "a2" inserting a space in the first column may
cause the cursor to jump to the previous line.
-------------------------------------------------------------------
Mon Sep 30 08:14:20 UTC 2013 - idonmez@suse.com

View File

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