SHA256
8
0
forked from pool/vim

- Updated to revision 101, fixes the following problems

* When the input or output is not a tty Vim appears to hang.
  * When a channel callback consumes a lot of time Vim becomes
    unresponsive. (skywind)
  * Can't build on MS-Windows.
  * Popup menu always appears above the cursor when it is in the
    lower half of the screen. (Matt Gardner)
  * Options that are a file name may contain non-filename characters.
  * Some options are not strictly checked.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=398
This commit is contained in:
Ismail Dönmez
2016-11-25 13:59:00 +00:00
committed by Git OBS Bridge
parent 50feed51fe
commit 7e8f7cb2e8
4 changed files with 19 additions and 6 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Nov 25 13:47:03 UTC 2016 - idonmez@suse.com
- Updated to revision 101, fixes the following problems
* When the input or output is not a tty Vim appears to hang.
* When a channel callback consumes a lot of time Vim becomes
unresponsive. (skywind)
* Can't build on MS-Windows.
* Popup menu always appears above the cursor when it is in the
lower half of the screen. (Matt Gardner)
* Options that are a file name may contain non-filename characters.
* Some options are not strictly checked.
-------------------------------------------------------------------
Tue Nov 22 12:03:22 UTC 2016 - idonmez@suse.com