- Updated to revision 326, fixes the following problems

* When using ":diffsplit" on an empty file the cursor is displayed
    on the command line.
  * When increasing the size of the lower window, the upper window
    jumps back to the top. (Ron Aaron)
  * getpos()/setpos() don't include curswant.
  * Can't use winrestview to only restore part of the view.
  * Cannot figure out what argument list is being used for a window.
  * Changing the return value of getpos() causes an error. (Jie Zhu)
  * Completion messages can get in the way of a plugin.
  * Fixes for computation of topline not tested.
  * Warning from 64-bit compiler.
  * Crash when starting gvim.  Issue 230.
  * Check for whether a highlight group has settings ignores fg and bg
    color settings.
  * Crash when putting zero bytes on the clipboard.
  * Possible crash when an BufLeave autocommand deletes the buffer.
  * Using "msgfmt" is hard coded, cannot use "gmsgfmt".
  * Substitute() with zero width pattern breaks multi-byte character.
  * In Ex mode, cyrillic characters are not handled. (Stas Malavin)
  * When starting the gui and changing the window size the status line
    may not be drawn correctly.
  * Can't build Tiny version. (Elimar Riesebieter)

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=219
This commit is contained in:
Ismail Dönmez 2014-06-16 11:03:21 +00:00 committed by Git OBS Bridge
parent b877fcfc21
commit 84cbe84263
3 changed files with 30 additions and 3 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:40c18f8a5f77776332cf4339cf107603ec8d55d4d6fdb6e409d9f77e0ed9e3c7
size 329098
oid sha256:d38fce29d8963d124f94972a565b44bf32607babcd1c5c176f64ea7379eed198
size 344529

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Mon Jun 16 10:54:34 UTC 2014 - idonmez@suse.com
- Updated to revision 326, fixes the following problems
* When using ":diffsplit" on an empty file the cursor is displayed
on the command line.
* When increasing the size of the lower window, the upper window
jumps back to the top. (Ron Aaron)
* getpos()/setpos() don't include curswant.
* Can't use winrestview to only restore part of the view.
* Cannot figure out what argument list is being used for a window.
* Changing the return value of getpos() causes an error. (Jie Zhu)
* Completion messages can get in the way of a plugin.
* Fixes for computation of topline not tested.
* Warning from 64-bit compiler.
* Crash when starting gvim. Issue 230.
* Check for whether a highlight group has settings ignores fg and bg
color settings.
* Crash when putting zero bytes on the clipboard.
* Possible crash when an BufLeave autocommand deletes the buffer.
* Using "msgfmt" is hard coded, cannot use "gmsgfmt".
* Substitute() with zero width pattern breaks multi-byte character.
* In Ex mode, cyrillic characters are not handled. (Stas Malavin)
* When starting the gui and changing the window size the status line
may not be drawn correctly.
* Can't build Tiny version. (Elimar Riesebieter)
-------------------------------------------------------------------
Mon May 26 08:40:24 UTC 2014 - idonmez@suse.com

View File

@ -17,7 +17,7 @@
%define pkg_version 7.4
%define official_ptchlvl 307
%define official_ptchlvl 326
%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}