1
0
forked from aniani/vim

patch 7.4.935

Problem:    test_utf8 fails on MS-Windows when executed with gvim.
Solution:   Use the insert flag on feedkeys() to put the string before the
            ":" that was already read when checking for available chars.
This commit is contained in:
Bram Moolenaar
2015-11-22 15:08:59 +01:00
parent 7487792ab1
commit 6040256d8b
2 changed files with 9 additions and 7 deletions

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
935,
/**/
934,
/**/