comparison runtime/doc/syntax.txt @ 22308:19e0784ef769 v8.2.1703

patch 8.2.1703: ":highlight clear" does not restore default link Commit: https://github.com/vim/vim/commit/213da551dec465e193619684b260bf9d5a8d6afc Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 17 19:59:26 2020 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Sep 2020 20:00:07 +0200
parents bbca88cd13d5
children e7c125224b1a
comparison
equal deleted inserted replaced
22307:f43d6cbbaa5b 22308:19e0784ef769
4807 4807
4808 :hi[ghlight] clear Reset all highlighting to the defaults. Removes all 4808 :hi[ghlight] clear Reset all highlighting to the defaults. Removes all
4809 highlighting for groups added by the user! 4809 highlighting for groups added by the user!
4810 Uses the current value of 'background' to decide which 4810 Uses the current value of 'background' to decide which
4811 default colors to use. 4811 default colors to use.
4812 If there was a default link, restore it. |:hi-link|
4812 4813
4813 :hi[ghlight] clear {group-name} 4814 :hi[ghlight] clear {group-name}
4814 :hi[ghlight] {group-name} NONE 4815 :hi[ghlight] {group-name} NONE
4815 Disable the highlighting for one highlight group. It 4816 Disable the highlighting for one highlight group. It
4816 is _not_ set back to the default colors. 4817 is _not_ set back to the default colors.