diff src/version.c @ 5018:d6a7dea44a86 v7.3.1253

updated for version 7.3.1253 Problem: Still undo problem after using CTRL-R = setline(). (Hirohito Higashi) Solution: Set the ins_need_undo flag.
author Bram Moolenaar <bram@vim.org>
date Thu, 27 Jun 2013 22:21:24 +0200
parents 875a0aeb301c
children 5eff37e92f03
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 */
 /**/
+    1253,
+/**/
     1252,
 /**/
     1251,