diff src/version.c @ 5006:f451d60ab8ec v7.3.1247

updated for version 7.3.1247 Problem: New regexp engine: '[ ]\@!\p\%([ ]\@!\p\)*:' does not always match. Solution: When there is a PIM add a duplicate state that starts at another position.
author Bram Moolenaar <bram@vim.org>
date Wed, 26 Jun 2013 18:16:58 +0200
parents a1b41dabc682
children 3717d569027d
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 */
 /**/
+    1247,
+/**/
     1246,
 /**/
     1245,