diff src/version.c @ 3324:c9366ca36f6f v7.3.429

updated for version 7.3.429 Problem: When 'cpoptions' includes "E" "c0" in the first column is an error. The redo register is then set to the errornous command. Solution: Do not set the redo register if the command fails because of an empty region. (Hideki Eiraku)
author Bram Moolenaar <bram@vim.org>
date Sun, 05 Feb 2012 01:18:48 +0100
parents d473f39aeadf
children a9f8dd20a49f
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    429,
+/**/
     428,
 /**/
     427,