From 2d5e112284957ea60ea5291dae4401d101348902 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 30 May 2013 21:42:13 +0200 Subject: updated for version 7.3.1076 Problem: New regexp engine: \@= and \& don't work. Solution: Make these items work. Add column info to logging. --- 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 32ff95990..5e6da1e44 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 */ +/**/ + 1076, /**/ 1075, /**/ -- cgit v1.2.1