commit | 272fb5823627e2e088b8f39ea516fc8a9341572e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 21 16:03:40 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 21 16:03:40 2013 +0100 |
tree | 15071eae29d3505e7be7abaf33689bbec774c941 | |
parent | cafaa8a9502f64d5c23e51c1f89c5b322deb22fe [diff] [blame] |
updated for version 7.4.100 Problem: NFA regexp doesn't handle backreference correctly. (Ryuichi Hayashida, Urtica Dioica) Solution: Always add NFA_SKIP, also when it already exists at the start position.
diff --git a/src/version.c b/src/version.c index 7f9ae8b..ab3711d 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 100, +/**/ 99, /**/ 98,