diff src/version.c @ 5353:2d3fbc68b3a8 v7.4.029

updated for version 7.4.029 Problem: An error in a pattern is reported twice. Solution: Remove the retry with the backtracking engine, it won't work.
author Bram Moolenaar <bram@vim.org>
date Thu, 19 Sep 2013 17:04:01 +0200
parents 923738744a60
children 0978e99043d2
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    29,
+/**/
     28,
 /**/
     27,