SHA256
1
0
forked from pool/vim

- Updated to revision 1726, fixes the following problems

* Crash when calling garbagecollect() after starting a job.
  * When using try/catch in 'tabline' it is still considered an error
    and the tabline will be disabled.
  * Tabline test fails in GUI.
  * Compiler errors for non-ANSI compilers.
  * ANSI compiler complains about string length.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=348
This commit is contained in:
Ismail Dönmez
2016-04-14 08:17:26 +00:00
committed by Git OBS Bridge
parent d4f573c9f9
commit 31b523cb90
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Apr 14 08:03:14 UTC 2016 - idonmez@suse.com
- Updated to revision 1726, fixes the following problems
* Crash when calling garbagecollect() after starting a job.
* When using try/catch in 'tabline' it is still considered an error
and the tabline will be disabled.
* Tabline test fails in GUI.
* Compiler errors for non-ANSI compilers.
* ANSI compiler complains about string length.
-------------------------------------------------------------------
Mon Apr 11 07:53:30 UTC 2016 - idonmez@suse.com