aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-07-18 13:42:07 +0200
committerGitHub <noreply@github.com>2018-07-18 13:42:07 +0200
commit44b4f8c6e9645da133a9f222640d3a2b0f3e45f7 (patch)
tree3e55cbeaac59b359e21c79e38c1e5c900dfb7af4 /runtime/doc/syntax.txt
parentcd6e7e8cf302f7d2397c89a65a483f9cd543f9dd (diff)
parent061545068816ac346addf0fecdc2f554983251f4 (diff)
downloadrneovim-44b4f8c6e9645da133a9f222640d3a2b0f3e45f7.tar.gz
rneovim-44b4f8c6e9645da133a9f222640d3a2b0f3e45f7.tar.bz2
rneovim-44b4f8c6e9645da133a9f222640d3a2b0f3e45f7.zip
Merge #8679 from justinmk/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*