diff src/version.c @ 4553:7b835b2969af v7.3.1024

updated for version 7.3.1024 Problem: New regexp: End of matching pattern not set correctly. (Cesar Romani) Solution: Quit the loop after finding the match. Store nfa_has_zend in the program.
author Bram Moolenaar <bram@vim.org>
date Sun, 26 May 2013 16:57:28 +0200
parents f0c37f5cf4ea
children b2946c06d1b6
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 */
 /**/
+    1024,
+/**/
     1023,
 /**/
     1022,