diff src/version.c @ 5334:c1ae5baa41f4 v7.4.020

updated for version 7.4.020 Problem: NFA engine matches too much with \@>. (John McGowan) Solution: When a whole pattern match is found stop searching.
author Bram Moolenaar <bram@vim.org>
date Thu, 05 Sep 2013 16:05:36 +0200
parents d5eb32dc231c
children c514693882b9
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 */
 /**/
+    20,
+/**/
     19,
 /**/
     18,