1
0
forked from aniani/vim

patch 8.2.1693: "hi def" does not work for cleared highlight

Problem:    "hi def" does not work for cleared highlight.
Solution:   Check the "sg_cleared" flag. (Maxim Kim, closes #6956,
            closes #4405)
This commit is contained in:
Bram Moolenaar
2020-09-16 15:43:21 +02:00
parent fb489af2ec
commit 05eb5b9cae
3 changed files with 38 additions and 2 deletions

View File

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