diff src/version.c @ 4325:62eadd7de409 v7.3.912

updated for version 7.3.912 Problem: Typing a ":" command at the hit-enter dialog does not work if the "file changed" dialog happens next. Solution: Check for changed files before giving the hit-enter dialog.
author Bram Moolenaar <bram@vim.org>
date Wed, 24 Apr 2013 15:12:32 +0200
parents f1eab4f77a6f
children 0d3573091d42
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    912,
+/**/
     911,
 /**/
     910,