- Updated to revision 373, fixes the following problems

* Crash when using ":botright split" when there isn't much space.
  * Other solution for redrawing after completion.
  * Restoring the window sizes after closing the command line window
    doesn't work properly if there are nested splits.
  * Using freed memory when exiting while compiled with EXITFREE.
  * Linebreak test fails when encoding is not utf-8. (Danek Duvall)
  * When 'linebreak' is set control characters are not correctly
    displayed. (Kimmy Lindvall)
  * When 'winminheight' is zero there might not be one line for the
    current window.
  * Compiler warning for unused argument and unused variable.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=222
This commit is contained in:
Ismail Dönmez
2014-07-22 09:10:31 +00:00
committed by Git OBS Bridge
parent 6d360cb62a
commit d3ab86f6ad
3 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Jul 22 09:04:57 UTC 2014 - idonmez@suse.com
- Updated to revision 373, fixes the following problems
* Crash when using ":botright split" when there isn't much space.
* Other solution for redrawing after completion.
* Restoring the window sizes after closing the command line window
doesn't work properly if there are nested splits.
* Using freed memory when exiting while compiled with EXITFREE.
* Linebreak test fails when encoding is not utf-8. (Danek Duvall)
* When 'linebreak' is set control characters are not correctly
displayed. (Kimmy Lindvall)
* When 'winminheight' is zero there might not be one line for the
current window.
* Compiler warning for unused argument and unused variable.
-------------------------------------------------------------------
Mon Jul 14 09:09:30 UTC 2014 - idonmez@suse.com