diff runtime/doc/syntax.txt @ 16611:96e93765d0d6 v8.1.1308

patch 8.1.1308: the Normal highlight is not defined when compiled with GUI commit https://github.com/vim/vim/commit/f90b6e03a983b62b66564fc449e32724d6456769 Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 9 19:26:38 2019 +0200 patch 8.1.1308: the Normal highlight is not defined when compiled with GUI Problem: The Normal highlight is not defined when compiled with GUI. Solution: Always define Normal. (Christian Brabandt, closes https://github.com/vim/vim/issues/4072)
author Bram Moolenaar <Bram@vim.org>
date Thu, 09 May 2019 19:30:07 +0200
parents a23c883685cb
children c002c4899529
line wrap: on
line diff
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -5002,6 +5002,8 @@ Conceal		placeholder characters substitu
 		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*