commit | 6040256d8b0404564ac6f192296b12ea9d175e7d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 22 15:08:59 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 22 15:08:59 2015 +0100 |
tree | 4b309c0d1bbe80a85543ccfb596544b55433b773 | |
parent | 7487792ab14c1fb8dbdb37bdd74265d8b1d3be50 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 6346587..dafc391 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 935, +/**/ 934, /**/ 933,