summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-05-09 19:26:38 +0200
committerBram Moolenaar <Bram@vim.org>2019-05-09 19:26:38 +0200
commitf90b6e03a983b62b66564fc449e32724d6456769 (patch)
treee29d2d7e9000428efac5d10fa705f2359f655c7e /runtime
parenta6c27c47ddf081859659d7de1caec675147e466b (diff)
patch 8.1.1308: the Normal highlight is not defined when compiled with GUIv8.1.1308
Problem: The Normal highlight is not defined when compiled with GUI. Solution: Always define Normal. (Christian Brabandt, closes #4072)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/syntax.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index c3ce75c89f..1eca1c5da8 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -5002,6 +5002,8 @@ Conceal placeholder characters substituted for concealed
text (see 'conceallevel')
*hl-Cursor*
Cursor the character under the cursor
+lCursor the character under the cursor when |language-mapping|
+ is used (see 'guicursor')
*hl-CursorIM*
CursorIM like Cursor, but used when in IME mode |CursorIM|
*hl-CursorColumn*