aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-06-29 19:27:50 +0200
committerJustin M. Keyes <justinkz@gmail.com>2018-07-18 13:38:06 +0200
commit1999919c3142f41821c74ccb9bd785948e26674c (patch)
treef99eb2506127a2867a28133728e511deac218b07 /runtime/doc/syntax.txt
parentcd6e7e8cf302f7d2397c89a65a483f9cd543f9dd (diff)
downloadrneovim-1999919c3142f41821c74ccb9bd785948e26674c.tar.gz
rneovim-1999919c3142f41821c74ccb9bd785948e26674c.tar.bz2
rneovim-1999919c3142f41821c74ccb9bd785948e26674c.zip
doc
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r--runtime/doc/syntax.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index 83030bf713..094b280697 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -4845,9 +4845,10 @@ Cursor character under the cursor
*hl-CursorIM*
CursorIM like Cursor, but used when in IME mode |CursorIM|
*hl-CursorColumn*
-CursorColumn screen column at the cursor, when 'cursorcolumn' is set
+CursorColumn Screen-column at the cursor, when 'cursorcolumn' is set.
*hl-CursorLine*
-CursorLine screen line at the cursor, when 'cursorline' is set
+CursorLine Screen-line at the cursor, when 'cursorline' is set.
+ Low-priority if foreground (ctermfg OR guifg) is not set.
*hl-Directory*
Directory directory names (and other special names in listings)
*hl-DiffAdd*