diff options
author | Yegappan Lakshmanan <yegappan@yahoo.com> | 2021-11-03 21:56:45 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-11-03 21:56:45 +0000 |
commit | d1a8d658e1b16cf8579fc72cf7aa6a29a57ff5ef (patch) | |
tree | 76bdb7aa3e539c8f3c35fa288386243511f8c5ed /runtime/doc/syntax.txt | |
parent | 0f0044125c2a5dcde2c4605efc39d2e237eed024 (diff) | |
download | vim-git-d1a8d658e1b16cf8579fc72cf7aa6a29a57ff5ef.tar.gz |
patch 8.2.3578: manipulating highlighting is complicatedv8.2.3578
Problem: Manipulating highlighting is complicated.
Solution: Add the hlget() and hlset() functions. (Yegappan Lakshmanan,
closes #9039)
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 1c20659ac..9d4ea39ec 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -4849,6 +4849,7 @@ in their own color. :hi[ghlight] {group-name} List one highlight group. + *highlight-clear* :hi[ghlight] clear Reset all highlighting to the defaults. Removes all highlighting for groups added by the user! Uses the current value of 'background' to decide which |