diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2017-05-08 17:17:10 +0200 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2017-05-15 07:22:31 +0200 |
commit | 8d8b6224d941567aeefc67beb471aea36b8bdc05 (patch) | |
tree | 4e055bd8d136971dec0bce040e8f1539c9be21aa /runtime/doc/syntax.txt | |
parent | edfe0980f1f3e8258665b4ad688dc9fbd934cfb5 (diff) | |
download | rneovim-8d8b6224d941567aeefc67beb471aea36b8bdc05.tar.gz rneovim-8d8b6224d941567aeefc67beb471aea36b8bdc05.tar.bz2 rneovim-8d8b6224d941567aeefc67beb471aea36b8bdc05.zip |
options: make 'highlight' read-only
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 18920d81e3..f3f11dcd34 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -4849,10 +4849,9 @@ guisp={color-name} *highlight-guisp* :highlight Comment guifg=#11f0c3 guibg=#ff00ff < *highlight-groups* *highlight-default* -These are the default highlighting groups. These groups are used by the -'highlight' option default. Note that the highlighting depends on the value -of 'background'. You can see the current settings with the ":highlight" -command. +These are the builtin highlighting groups. Note that the highlighting depends +on the value of 'background'. You can see the current settings with the +":highlight" command. *hl-ColorColumn* ColorColumn used for the columns set with 'colorcolumn' *hl-Conceal* |