SHA256
1
0
forked from pool/vim

- Updated to revision 1778, fixes the following problems

* When using complete() it may set 'modified' even though nothing
    was inserted.
  * When using feedkeys() in a timer the inserted characters are not
    used right away.
  * Undo options are not together in the options window.
  * Arguments of setqflist() are not checked properly.
  * No "closed", "errors" and "encoding" attribute on Python output.
  * Cannot use true color in the terminal.
  * Newly added features can escape the sandbox.
  * When using the term truecolor feature, the t_8f and t_8b termcap
    options are not set by default.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=352
This commit is contained in:
Ismail Dönmez
2016-04-23 10:12:45 +00:00
committed by Git OBS Bridge
parent c017800302
commit 56eeb02703
4 changed files with 22 additions and 4 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat Apr 23 10:05:11 UTC 2016 - idonmez@suse.com
- Updated to revision 1778, fixes the following problems
* When using complete() it may set 'modified' even though nothing
was inserted.
* When using feedkeys() in a timer the inserted characters are not
used right away.
* Undo options are not together in the options window.
* Arguments of setqflist() are not checked properly.
* No "closed", "errors" and "encoding" attribute on Python output.
* Cannot use true color in the terminal.
* Newly added features can escape the sandbox.
* When using the term truecolor feature, the t_8f and t_8b termcap
options are not set by default.
-------------------------------------------------------------------
Tue Apr 20 14:17:00 UTC 2016 - idonmez@suse.com