diff src/version.c @ 4669:2d15582e132f v7.3.1082

updated for version 7.3.1082 Problem: New regexp engine: Problem with \@= matching. Solution: Save and restore nfa_match.
author Bram Moolenaar <bram@vim.org>
date Fri, 31 May 2013 21:45:09 +0200
parents 9e7ef781d494
children b3c59716e700
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 */
 /**/
+    1082,
+/**/
     1081,
 /**/
     1080,