commit | 96a8964564ab4acdb722b81f9d146485e6321106 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 08 18:44:51 2011 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 08 18:44:51 2011 +0100 |
tree | c0eb7d657588da8d2ef679336e628317c564ae68 | |
parent | b9ba403542b4bbd37ea10a4d7db7e307e0108de8 [diff] [blame] |
updated for version 7.3.372 Problem: When using a command line mapping to <Up> with file name completion to go one directory up, 'wildchar' is inserted. (Yasuhiro Matsumoto) Solution: Set the KeyTyped flag.
diff --git a/src/version.c b/src/version.c index 767103b..e2f60f6 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 372, +/**/ 371, /**/ 370,