summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-09-25 18:16:38 +0200
committerBram Moolenaar <Bram@vim.org>2013-09-25 18:16:38 +0200
commitf211884fa151a3c39b1a85a115d6d88ce85bbe54 (patch)
treef0c0f08921f79390a278b9c15336fe4438b8c8ff /src/version.c
parent699c12076de7d8811045cd2b98df78d7108b68ed (diff)
updated for version 7.4.037v7.4.037
Problem: Using "\ze" in a sub-pattern does not result in the end of the match to be set. (Axel Bender) Solution: Copy the end of match position when a recursive match was successful.
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 2a4bc9c805..08220ef841 100644
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 37,
+/**/
36,
/**/
35,