- 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,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3c34c7be64e845e2e623cb09b3eefd46ef914bb83079864586f7c8df8fac7827
size 382172
oid sha256:725d37d7c5e7976d79ced34d823789791e2e6af97b6c1fc0afc98e60402f6d6c
size 390010

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

View File

@ -17,8 +17,7 @@
%define pkg_version 7.4
# TODO patch353 disabled due to test failure
%define official_ptchlvl 364
%define official_ptchlvl 373
%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}