commit | ee4825331aeb3f517f8a51d0c21c743655352fb3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 13 15:56:51 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 13 15:56:51 2014 +0200 |
tree | 2512c976ac45fa6f6b5ef3d06942ba7356200327 | |
parent | be578edae30d1292ddbf1f63518175fa45567ab8 [diff] [blame] |
updated for version 7.4.289 Problem: Pattern with repeated backreference does not match with new regexp engine. (Urtica Dioica) Solution: Also check the end of a submatch when deciding to put a state in the state list.
diff --git a/src/version.c b/src/version.c index 13c5ec9..81ce691 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 289, +/**/ 288, /**/ 287,