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.
This commit is contained in:
Bram Moolenaar
2018-08-14 18:16:52 +02:00
parent 80d83c094d
commit 2f6a346a4c
5 changed files with 38 additions and 0 deletions
+2
View File
@@ -794,6 +794,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
284,
/**/
283,
/**/