From 26c2f3fc4e77a9cda5f9731d7188f04d240fa0bb Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 26 May 2013 22:56:19 +0200 Subject: updated for version 7.3.1029 Problem: New regexp performance: Unused position state being copied. Solution: Keep track of which positions are actually valid. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 2c0b4f4f5..3eb2d0560 100644 --- a/src/version.c +++ b/src/version.c @@ -728,6 +728,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1029, /**/ 1028, /**/ -- cgit v1.2.1