diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-11-21 16:03:40 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-11-21 16:03:40 +0100 |
commit | 272fb5823627e2e088b8f39ea516fc8a9341572e (patch) | |
tree | 15071eae29d3505e7be7abaf33689bbec774c941 /src/version.c | |
parent | cafaa8a9502f64d5c23e51c1f89c5b322deb22fe (diff) | |
download | vim-272fb5823627e2e088b8f39ea516fc8a9341572e.zip |
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.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 7f9ae8b7e..ab3711d10 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 */ /**/ + 100, +/**/ 99, /**/ 98, |