diff src/version.c @ 5056:034abed357a1 v7.3.1271

updated for version 7.3.1271 Problem: Command line completion does not work. Solution: Move setting xp_line down. (Daniel Thau)
author Bram Moolenaar <bram@vim.org>
date Sun, 30 Jun 2013 12:21:24 +0200
parents 35b6fc57a286
children a00cd1839ac4
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 */
 /**/
+    1271,
+/**/
     1270,
 /**/
     1269,