commit | 78c93e4b6a87720a50ac14c40aa077ed6b86145b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 05 16:05:36 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 05 16:05:36 2013 +0200 |
tree | 3e075f5c593b8503f26ddc28b51b92ea08111275 | |
parent | 00b764aa4115271aa553c8443adc6cec6859e69e [diff] [blame] |
updated for version 7.4.020 Problem: NFA engine matches too much with \@>. (John McGowan) Solution: When a whole pattern match is found stop searching.
diff --git a/src/version.c b/src/version.c index 0e6dc1c..99c9d22 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 20, +/**/ 19, /**/ 18,