1
0
forked from aniani/vim

patch 8.2.1703: ":highlight clear" does not restore default link

Problem:    ":highlight clear" does not restore default link.
Solution:   Remember the default link and restore it. (Antony Scriven,
            closes #6970, closes #4405)
This commit is contained in:
Bram Moolenaar
2020-09-17 19:59:26 +02:00
parent da697645d5
commit 213da551de
4 changed files with 66 additions and 19 deletions

View File

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