SHA256
8
0
forked from pool/vim

- Updated to revision 1825, fixes the following problems

* The screen is not updated if a callback is invoked when closing
    a channel.
  * Help completion adds @en to all matches except the first one.
  * Compiler warnings when sprintf() is a macro.
  * Removing language from help tags too often.
  * Redirecting stdout of a channel to "null" doesn't work.
  * When a job is no longer referenced and does not have an exit
    callback the process may hang around in defunc state.
  * When job writes to buffer nothing is written.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=358
This commit is contained in:
Ismail Dönmez
2016-05-09 09:49:34 +00:00
committed by Git OBS Bridge
parent 2bc4674faa
commit 9f268ee228
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon May 9 09:44:34 UTC 2016 - idonmez@suse.com
- Updated to revision 1825, fixes the following problems
* The screen is not updated if a callback is invoked when closing
a channel.
* Help completion adds @en to all matches except the first one.
* Compiler warnings when sprintf() is a macro.
* Removing language from help tags too often.
* Redirecting stdout of a channel to "null" doesn't work.
* When a job is no longer referenced and does not have an exit
callback the process may hang around in defunc state.
* When job writes to buffer nothing is written.
-------------------------------------------------------------------
Mon May 2 07:24:31 UTC 2016 - idonmez@suse.com