- Updated to revision 253, fixes the following problems

* Crash for "vim -u NONE -N  -c '&&'".
  * Configure message for detecting smack are out of sequence.
  * When passing input to system() there is no way to keep NUL and
    NL characters separate.
  * Cannot distinguish between NL and NUL in output of system().
  * Some test files missing from distribution.
  * Crash when BufAdd autocommand wipes out the buffer.
  * Critical error in GTK, removing timer twice.
  * Crash when using cpp syntax file with pattern using external
    match. (Havard Garnes)

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=211
This commit is contained in:
Ismail Dönmez
2014-04-07 13:49:19 +00:00
committed by Git OBS Bridge
parent caf8e2c273
commit 74132c5882
3 changed files with 18 additions and 3 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Apr 7 13:43:01 UTC 2014 - idonmez@suse.com
- Updated to revision 253, fixes the following problems
* Crash for "vim -u NONE -N -c '&&'".
* Configure message for detecting smack are out of sequence.
* When passing input to system() there is no way to keep NUL and
NL characters separate.
* Cannot distinguish between NL and NUL in output of system().
* Some test files missing from distribution.
* Crash when BufAdd autocommand wipes out the buffer.
* Critical error in GTK, removing timer twice.
* Crash when using cpp syntax file with pattern using external
match. (Havard Garnes)
-------------------------------------------------------------------
Thu Apr 3 12:12:45 UTC 2014 - idonmez@suse.com