1
0
forked from aniani/vim

patch 8.2.4759: CurSearch highlight does not work for multi-line match

Problem:    CurSearch highlight does not work for multi-line match.
Solution:   Check cursor position before adjusting columns. (closes #10133)
This commit is contained in:
Bram Moolenaar
2022-04-16 12:04:37 +01:00
parent 3b470ae88f
commit 693ccd1160
9 changed files with 66 additions and 9 deletions

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4759,
/**/
4758,
/**/