not working well for a function call inside another function call.

is empty. (Bjorn Linse)
    contains "keepascii". (Bjorn Linse)
    built in.
  * Setting ttytype to xxx does not always fail as expected.
- Remove vim-8.0-ttytype-test.patch, fixed upstream.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=433
This commit is contained in:
Ismail Dönmez 2017-04-10 12:25:46 +00:00 committed by Git OBS Bridge
parent 6c43c72238
commit 860d6357ea

View File

@ -8,22 +8,22 @@ Mon Apr 10 12:17:59 UTC 2017 - idonmez@suse.com
* Swap file exists briefly when opening the command window.
* Extra line break in verbosefile when using ":echomsg". (Ingo Karkat)
* Saving the redo buffer only works one time, resulting in the "." command
not working well for a function call inside another function
call. (Ingo Karkat)
not working well for a function call inside another function call.
* No test for the 8g8 command.
* Some etags format tags file use 0x01, breaking the parsing.
* The typeahead buffer is reallocated too often.
* Toupper and tolower don't work properly for Turkish when 'casemap'
is empty. (Bjorn Linse)
is empty. (Bjorn Linse)
* Toupper/tolower test with Turkish locale fails on Mac.
* Toupper and tolower don't work properly for Turkish when 'casemap'
contains "keepascii". (Bjorn Linse)
contains "keepascii". (Bjorn Linse)
* Toupper/tolower test fails on OSX without Darwin.
* Getting the window position fails if both the GUI and term code is
built in.
built in.
* GTK: using static gravities is not useful.
* The :ownsyntax command is not tested.
* Setting ttytype to xxx does not always fail as expected. (Marvin Schmidt)
* Setting ttytype to xxx does not always fail as expected.
- Remove vim-8.0-ttytype-test.patch, fixed upstream.
-------------------------------------------------------------------
Mon Apr 10 11:41:51 UTC 2017 - tchvatal@suse.com