commit | d563883a1fb5ec6cf4a2758c5e36ac1ff4e9bb3d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 09 17:59:50 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 09 17:59:50 2016 +0200 |
tree | b1c07157c325ac78d34edc28121b3bc2d77b79b2 | |
parent | 2931f2a5df0d962032d41060af84d9fd2cb35c9f [diff] [blame] |
patch 7.4.2354 Problem: The example that explains nested backreferences does not work properly with the new regexp engine. (Harm te Hennepe) Solution: Also save the end position when adding a state. (closes #990)
diff --git a/src/version.c b/src/version.c index 191b0fa..ff5076f 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2354, +/**/ 2353, /**/ 2352,