summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-05-30 21:42:13 +0200
committerBram Moolenaar <Bram@vim.org>2013-05-30 21:42:13 +0200
commit2d5e112284957ea60ea5291dae4401d101348902 (patch)
tree82ab56e76f20f5ef4339e38f353bd5767b427a37 /src/version.c
parent021e147b7030103d394e1081568e88d92d678531 (diff)
downloadvim-git-2d5e112284957ea60ea5291dae4401d101348902.tar.gz
updated for version 7.3.1076v7.3.1076
Problem: New regexp engine: \@= and \& don't work. Solution: Make these items work. Add column info to logging.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 32ff95990..5e6da1e44 100644
--- 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 */
/**/
+ 1076,
+/**/
1075,
/**/
1074,