SHA256
1
0
forked from pool/vim

- Update to official patchlevel 289

* python3 fixes
  * Fix: Crash when using "zd" on a large number of folds.
  * Fix: Mapping <Char-123> no longer works.
  * Fix: After using "expand('%:8')" the buffer name is changed.
  * Fix: With GTK, when gvim is full-screen and a tab is opened and
    using a specific monitor configuration the window is too big.
  * Fix: Passing the file name to open in VisVim doesn't work.
  * Fix: A BOM in an error file is seen as text.
  * Fix: ":put =list" does not add an empty line for a trailing
    empty item.
  * Fix: 'shellcmdflag' only works with one flag.
  * Fix: Vim freezes when executing an external command with zsh.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=54
This commit is contained in:
Ismail Dönmez
2011-08-31 09:41:03 +00:00
committed by Git OBS Bridge
parent a77d10cdb8
commit bed25f440d
3 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Aug 31 09:22:53 UTC 2011 - idonmez@suse.com
- Update to official patchlevel 289
* python3 fixes
* Fix: Crash when using "zd" on a large number of folds.
* Fix: Mapping <Char-123> no longer works.
* Fix: After using "expand('%:8')" the buffer name is changed.
* Fix: With GTK, when gvim is full-screen and a tab is opened and
using a specific monitor configuration the window is too big.
* Fix: Passing the file name to open in VisVim doesn't work.
* Fix: A BOM in an error file is seen as text.
* Fix: ":put =list" does not add an empty line for a trailing
empty item.
* Fix: 'shellcmdflag' only works with one flag.
* Fix: Vim freezes when executing an external command with zsh.
-------------------------------------------------------------------
Thu Aug 18 23:30:06 UTC 2011 - opensuse@cboltz.de