commit | 6621605eb97cf5fbc481282fd4d349a76e168f16 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 16 16:33:44 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 16 16:33:44 2017 +0100 |
tree | a987db3257da14c08cba740c01682b6ca9446202 | |
parent | 8b42328cef294a5d6059ee7c452da75b845f6f8c [diff] [blame] |
patch 8.0.1393: too much highlighting with 'hlsearch' and 'incsearch' set Problem: Too much highlighting with 'hlsearch' and 'incsearch' set. Solution: Do not highlight matches when the pattern matches everything.
diff --git a/src/version.c b/src/version.c index ab1f816..4b18f63 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1393, +/**/ 1392, /**/ 1391,