- Updated to revision 244, fixes the following problems

* ":tjump" shows "\n" as "\\n".
  * The string returned by submatch() does not distinguish between a
    NL from a line break and a NL that stands for a NUL character.
  * getreg() does not distinguish between a NL used for a line break
    and a NL used for a NUL character.
  * Cannot use setreg() to add text that includes a NUL.
  * The smack feature causes stray error messages.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=210
This commit is contained in:
Ismail Dönmez 2014-04-03 12:16:51 +00:00 committed by Git OBS Bridge
parent 8d814e00f1
commit caf8e2c273
3 changed files with 15 additions and 4 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:df9ce41265c47e43af5259acabc5a221b11bae8eb0551d04ec08da35099e7221
size 264168
oid sha256:efb72d3ad775ef92b9438f0e641ff7d4cc9ab6076212cae075ada631776c4d64
size 276362

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Apr 3 12:12:45 UTC 2014 - idonmez@suse.com
- Updated to revision 244, fixes the following problems
* ":tjump" shows "\n" as "\\n".
* The string returned by submatch() does not distinguish between a
NL from a line break and a NL that stands for a NUL character.
* getreg() does not distinguish between a NL used for a line break
and a NL used for a NUL character.
* Cannot use setreg() to add text that includes a NUL.
* The smack feature causes stray error messages.
-------------------------------------------------------------------
Wed Apr 2 13:34:20 UTC 2014 - idonmez@suse.com

View File

@ -17,7 +17,7 @@
%define pkg_version 7.4
%define official_ptchlvl 239
%define official_ptchlvl 244
%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}
@ -211,7 +211,6 @@ export COMMON_OPTIONS="\
--enable-multibyte \
--enable-sniff \
--with-features=huge \
--disable-smack \
--with-compiledby='http://www.opensuse.org/' \
%if 0%{?suse_version} > 1210
--with-tlib=tinfo \