diff src/version.c @ 3204:6ff80dd02b51 v7.3.372

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.
author Bram Moolenaar <bram@vim.org>
date Thu, 08 Dec 2011 18:44:51 +0100
parents e757e1127d21
children a1d2f741d45c
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    372,
+/**/
     371,
 /**/
     370,