diff src/version.c @ 5058:a00cd1839ac4 v7.3.1272

updated for version 7.3.1272 Problem: Crash when editing Ruby file. (Aliaksandr Rahalevich) Solution: Reallocate the state list when necessary.
author Bram Moolenaar <bram@vim.org>
date Sun, 30 Jun 2013 13:17:24 +0200
parents 034abed357a1
children 30910831e5b0
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 */
 /**/
+    1272,
+/**/
     1271,
 /**/
     1270,