commit | 9c235069b237caed426eff14ce91df46bc69e234 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 13 16:44:29 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 13 16:44:29 2014 +0200 |
tree | db5fcf6c6c3f5dc2e41749130719f5d17e2bdbe7 | |
parent | ee4825331aeb3f517f8a51d0c21c743655352fb3 [diff] [blame] |
updated for version 7.4.290 Problem: A non-greedy match followed by a branch is too greedy. (Ingo Karkat) Solution: Add NFA_MATCH when it is already in the state list if the position differs.
diff --git a/src/version.c b/src/version.c index 81ce691..fdda82c 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 290, +/**/ 289, /**/ 288,