diff src/version.c @ 6203:8515b42f939c v7.4.437

updated for version 7.4.437 Problem: New and old regexp engine are not consistent. Solution: Also give an error for "\ze*" for the old regexp engine.
author Bram Moolenaar <bram@vim.org>
date Tue, 09 Sep 2014 17:18:49 +0200
parents 52fa8300ce20
children db3b8fe8330e
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    437,
+/**/
     436,
 /**/
     435,