diff src/version.c @ 5043:53c1b30632df v7.3.1265

updated for version 7.3.1265 Problem: Accepting "Vim:" for a modeline causes errors too often. Solution: Require "Vim:" to be followed by "set".
author Bram Moolenaar <bram@vim.org>
date Sat, 29 Jun 2013 15:07:22 +0200
parents 558c815e1a38
children bbe4bd64c68c
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 */
 /**/
+    1265,
+/**/
     1264,
 /**/
     1263,