1
0
forked from aniani/vim

patch 8.2.3940: match highlight disappears when doing incsearch for ":s/pat"

Problem:    Match highlight disappears when doing incsearch for ":s/pat".
Solution:   Only use line limit for incsearch highlighting. (closes #9425)
This commit is contained in:
Bram Moolenaar
2021-12-29 19:22:44 +00:00
parent 5a664fe57f
commit 94fb8274ca
5 changed files with 36 additions and 1 deletions

View File

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