diff src/version.c @ 5033:7aa4e0822dec v7.3.1260

updated for version 7.3.1260 Problem: User completion does not get the whole command line in the command line window. Solution: Pass on the whole command line. (Daniel Thau)
author Bram Moolenaar <bram@vim.org>
date Sat, 29 Jun 2013 12:58:33 +0200
parents 7ab94cb688be
children 1cf89d38aa76
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 */
 /**/
+    1260,
+/**/
     1259,
 /**/
     1258,