- 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:
parent
b877fcfc21
commit
84cbe84263
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:40c18f8a5f77776332cf4339cf107603ec8d55d4d6fdb6e409d9f77e0ed9e3c7
|
||||
size 329098
|
||||
oid sha256:d38fce29d8963d124f94972a565b44bf32607babcd1c5c176f64ea7379eed198
|
||||
size 344529
|
||||
|
27
vim.changes
27
vim.changes
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user