1
0
forked from aniani/vim

patch 9.0.0193: search and match highlgith interfere with virtual text

Problem:    Search and match highlgith interfere with virtual text highlight.
            (Ben Jackson)
Solution:   Check for match highlight after text properties.  Reset and
            restore search highlight when showing virtual text.
            (closes #10892)
This commit is contained in:
Bram Moolenaar
2022-08-11 17:24:50 +01:00
parent fdc5d17d58
commit e38fc86180
9 changed files with 123 additions and 41 deletions

View File

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