From 860d6357ea72c5aaab45e52764ba2e214e927ca6c6138ca54ce25058921c63b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 10 Apr 2017 12:25:46 +0000 Subject: [PATCH] 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 --- vim.changes | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/vim.changes b/vim.changes index fa7608b..6faab25 100644 --- a/vim.changes +++ b/vim.changes @@ -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