aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/syntax.txt8
-rw-r--r--runtime/doc/vim_diff.txt1
2 files changed, 4 insertions, 5 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index 88b45900a2..83030bf713 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -4841,15 +4841,13 @@ ColorColumn used for the columns set with 'colorcolumn'
Conceal placeholder characters substituted for concealed
text (see 'conceallevel')
*hl-Cursor*
-Cursor the character under the cursor
+Cursor character under the cursor
*hl-CursorIM*
CursorIM like Cursor, but used when in IME mode |CursorIM|
*hl-CursorColumn*
-CursorColumn the screen column that the cursor is in when 'cursorcolumn' is
- set
+CursorColumn screen column at the cursor, when 'cursorcolumn' is set
*hl-CursorLine*
-CursorLine the screen line that the cursor is in when 'cursorline' is
- set
+CursorLine screen line at the cursor, when 'cursorline' is set
*hl-Directory*
Directory directory names (and other special names in listings)
*hl-DiffAdd*
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index 52f6b3d918..8bda114639 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -306,6 +306,7 @@ other arguments if used).
Highlight groups:
|hl-ColorColumn|, |hl-CursorColumn| are lower priority than most other
groups
+ |hl-CursorLine| is low-priority unless foreground color is set
Macro/|recording| behavior
Replay of a macro recorded during :lmap produces the same actions as when it