diff src/version.c @ 4901:56fbf60e9476 v7.3.1196

updated for version 7.3.1196 Problem: Old regexp engine does not match pattern with backref correctly. (Dominique Pelle) Solution: Fix setting status. Test multi-line patterns better.
author Bram Moolenaar <bram@vim.org>
date Sat, 15 Jun 2013 15:09:50 +0200
parents 4837fd61be52
children 2fc1f3346bfb
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 */
 /**/
+    1196,
+/**/
     1195,
 /**/
     1194,