diff src/version.c @ 5993:0206ac84ff5f v7.4.337

updated for version 7.4.337 Problem: When there is an error preparing to edit the command line, the command won't be executed. (Hirohito Higashi) Solution: Reset did_emsg before editing.
author Bram Moolenaar <bram@vim.org>
date Wed, 25 Jun 2014 12:26:46 +0200
parents a42ba1e50992
children ef83b423ebf7
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    337,
+/**/
     336,
 /**/
     335,