From 67604aed755c71f51114c0125eb49ba7bcfcf8c7 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 5 Jun 2013 16:51:57 +0200 Subject: updated for version 7.3.1121 Problem: New regexp engine: adding states that are not used. Solution: Don't add the states. --- 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 f6585e1f2..e74e271da 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 */ +/**/ + 1121, /**/ 1120, /**/ -- cgit v1.2.1