diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-05-30 21:42:13 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-05-30 21:42:13 +0200 |
commit | 2d5e112284957ea60ea5291dae4401d101348902 (patch) | |
tree | 82ab56e76f20f5ef4339e38f353bd5767b427a37 /src/version.c | |
parent | 021e147b7030103d394e1081568e88d92d678531 (diff) | |
download | vim-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.c | 2 |
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, |