diff src/version.c @ 5041:558c815e1a38 v7.3.1264

updated for version 7.3.1264 Problem: Missing m_nowait. Solution: Include missing part of the patch.
author Bram Moolenaar <bram@vim.org>
date Sat, 29 Jun 2013 14:47:22 +0200
parents a02575cd564a
children 53c1b30632df
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 */
 /**/
+    1264,
+/**/
     1263,
 /**/
     1262,