- Updated to revision 2225, fixes the following problems

* When using matchaddpos() a character after the end of the
    line can be highlighted.
  * Can't build with +timers when +digraph is not included.
  * Recursive call to substitute gets stuck in sandbox.
  * printf() gives an error when the argument for %s is not a string.
  * printf() does not support binary format.
  * Sourcing a script where a character has 0x80 as a second byte
    does not work.
  * Buffer overflow when using latin1 character with feedkeys().
  * Compiler warnings with older compiler and 64 bit numbers.
  * Crash when placing a sign in a deleted buffer.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=377
This commit is contained in:
Ismail Dönmez 2016-08-18 07:39:59 +00:00 committed by Git OBS Bridge
parent e21f585a25
commit 29e0a8e0c1
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:820dc208a9fd249a2915b614cd0bf4af4f0a1ad21cf17d283dfe5775bbad816f
size 12872240

3
v7.4.2225.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:82df2fad4b30826299eb8add2873881ee26cba85f6807e6e80082b9b5628413a
size 12879124

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Aug 18 07:27:20 UTC 2016 - idonmez@suse.com
- Updated to revision 2225, fixes the following problems
* When using matchaddpos() a character after the end of the
line can be highlighted.
* Can't build with +timers when +digraph is not included.
* Recursive call to substitute gets stuck in sandbox.
* printf() gives an error when the argument for %s is not a string.
* printf() does not support binary format.
* Sourcing a script where a character has 0x80 as a second byte
does not work.
* Buffer overflow when using latin1 character with feedkeys().
* Compiler warnings with older compiler and 64 bit numbers.
* Crash when placing a sign in a deleted buffer.
-------------------------------------------------------------------
Tue Aug 16 07:55:28 UTC 2016 - idonmez@suse.com

View File

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