diff src/version.c @ 4893:07b9c48a30e9 v7.3.1192

updated for version 7.3.1192 Problem: Valgrind reports errors when using backreferences. (Dominique Pelle) Solution: Do not check the end of submatches.
author Bram Moolenaar <bram@vim.org>
date Fri, 14 Jun 2013 21:15:25 +0200
parents 4c42efb4c098
children 8b46c37c4b84
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 */
 /**/
+    1192,
+/**/
     1191,
 /**/
     1190,