From 213da551dec465e193619684b260bf9d5a8d6afc Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 17 Sep 2020 19:59:26 +0200 Subject: 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) --- runtime/doc/syntax.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime') diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 9c56567191..1d4dd1fec2 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -4809,6 +4809,7 @@ in their own color. highlighting for groups added by the user! Uses the current value of 'background' to decide which default colors to use. + If there was a default link, restore it. |:hi-link| :hi[ghlight] clear {group-name} :hi[ghlight] {group-name} NONE -- cgit v1.2.3