1
0
forked from aniani/vim

patch 8.1.1082: "Conceal" match is mixed up with 'hlsearch' match.

Problem:    "Conceal" match is mixed up with 'hlsearch' match.
Solution:   Check that a match is found, not a 'hlsearch' item. (Andy
            Massimino, closes #4073)
This commit is contained in:
Bram Moolenaar
2019-03-30 16:39:05 +01:00
parent 433a5eb9de
commit ab62c19ea0
2 changed files with 10 additions and 4 deletions

View File

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