]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1703: ":highlight clear" does not restore default link v8.2.1703
authorBram Moolenaar <Bram@vim.org>
Thu, 17 Sep 2020 17:59:26 +0000 (19:59 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 17 Sep 2020 17:59:26 +0000 (19:59 +0200)
commit213da551dec465e193619684b260bf9d5a8d6afc
tree1be63c2be8d108c905a044db71d7bc5c629d0e10
parentda697645d5917eb3d4168c06c3442bef9fb746bf
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
src/highlight.c
src/testdir/test_highlight.vim
src/version.c