commit | 6773a348da0dcf45df3c6c6649880655ec0d2042 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 19 20:52:44 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 19 20:52:44 2016 +0100 |
tree | 1913a6cbedf2dab181fa470aabb5b464c54a89d5 | |
parent | e266d6d664d6d743c79797af400b2c01ec746216 [diff] [blame] |
patch 7.4.1141 Problem: Using searchpair() with a skip expression that uses syntax highlighting sometimes doesn't work. (David Fishburn) Solution: Reset next_match_idx. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index c1b8f5d..3ea9a15 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1141, +/**/ 1140, /**/ 1139,