aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-05-15 14:53:31 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-05-15 14:53:31 +0200
commit8e052f677ee80414a4ef635afb5ce0f323f602f3 (patch)
treeeec3e95d46c59360f08457cd4cb1f040069d2cae /runtime/doc/syntax.txt
parent6e4e70f51b8a889d38fe5d954d9ac817750424c3 (diff)
parent8d8b6224d941567aeefc67beb471aea36b8bdc05 (diff)
downloadrneovim-8e052f677ee80414a4ef635afb5ce0f323f602f3.tar.gz
rneovim-8e052f677ee80414a4ef635afb5ce0f323f602f3.tar.bz2
rneovim-8e052f677ee80414a4ef635afb5ce0f323f602f3.zip
Merge #6737 "options: make 'highlight' read-only"
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r--runtime/doc/syntax.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index 18920d81e3..d711aa6a29 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*
@@ -4973,6 +4972,8 @@ TabLineSel tab pages line, active tab page label
Title titles for output from ":set all", ":autocmd" etc.
*hl-Visual*
Visual Visual mode selection
+ *hl-VisualNOS*
+VisualNOS Visual mode selection when vim is "Not Owning the Selection".
*hl-WarningMsg*
WarningMsg warning messages
*hl-Whitespace*