SHA256
1
0
forked from pool/vim

- Updated to revision 1525, fixes the following problems

* Statusline highlighting is sometimes wrong.
  * "J" fails if there are not enough lines.
  * Channel output to file not implemented yet.
  * Channel test is a bit flaky.
  * Channel with disconnected in/out/err is not supported.
  * Channel test: Waiting for a file to appear doesn't work.
  * Cannot write channel err to a buffer.
  * On a high resolution screen the toolbar icons are too small.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=329
This commit is contained in:
Ismail Dönmez
2016-03-09 08:19:24 +00:00
committed by Git OBS Bridge
parent c69b6d7259
commit 2aa3e3070b
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Mar 9 08:16:44 UTC 2016 - idonmez@suse.com
- Updated to revision 1525, fixes the following problems
* Statusline highlighting is sometimes wrong.
* "J" fails if there are not enough lines.
* Channel output to file not implemented yet.
* Channel test is a bit flaky.
* Channel with disconnected in/out/err is not supported.
* Channel test: Waiting for a file to appear doesn't work.
* Cannot write channel err to a buffer.
* On a high resolution screen the toolbar icons are too small.
-------------------------------------------------------------------
Tue Mar 8 08:11:13 UTC 2016 - idonmez@suse.com