- 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 +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