commit | 2f6a346a4cd2d5bdd6dc9b3209ebce7b6340221d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 14 18:16:52 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 14 18:16:52 2018 +0200 |
tree | 9fcf5bd2bd4297a2b80608ae0f70aa68a259081a | |
parent | 80d83c094d52b9983ef316b1a08c314060ca8313 [diff] [blame] |
patch 8.1.0284: 'cursorline' highlighting wrong with 'incsearch' Problem: 'cursorline' highlighting wrong with 'incsearch'. Solution: Move the cursor back if the match is outside the range.
diff --git a/src/version.c b/src/version.c index 005cce6..18051fa 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 284, +/**/ 283, /**/ 282,