commit | 438ee5bf603f3cee2c8ec924d081885c0086ba19 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 21 17:13:00 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 21 17:13:00 2013 +0100 |
tree | d39bb63d5cbe3a7b73563977647e07f91e36afeb | |
parent | 272fb5823627e2e088b8f39ea516fc8a9341572e [diff] [blame] |
updated for version 7.4.101 Problem: Using \1 in pattern goes one line too far. (Bohr Shaw, John Little) Solution: Only advance the match end for the matched characters in the last line.
diff --git a/src/version.c b/src/version.c index ab3711d..47deb0c 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 101, +/**/ 100, /**/ 99,