aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-04-09 07:20:49 +0800
committerGitHub <noreply@github.com>2024-04-09 07:20:49 +0800
commit2528093bbea8862ede0feb6eb29bdc5451a6313b (patch)
tree386a865693c0de178a5aa8b16386913664a8a7fb /runtime/doc
parent66e86d3095447204d54991e98b83259e88affa9d (diff)
downloadrneovim-2528093bbea8862ede0feb6eb29bdc5451a6313b.tar.gz
rneovim-2528093bbea8862ede0feb6eb29bdc5451a6313b.tar.bz2
rneovim-2528093bbea8862ede0feb6eb29bdc5451a6313b.zip
vim-patch:9.1.0277: Cannot highlight the Command-line (#28244)
Problem: Cannot highlight the Command-line Solution: Add the MsgArea highlighting group (Shougo Matsushita) closes: vim/vim#14327 https://github.com/vim/vim/commit/be2b03c6eecea3eae5d460e3c19ee43b73b29928 Cherry-pick Test_highlight_User() from patch 8.2.1077. Co-authored-by: Shougo Matsushita <Shougo.Matsu@gmail.com>
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/syntax.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index 5e95e00e45..4a81c9cee0 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -4877,7 +4877,7 @@ MatchParen Character under the cursor or just before it, if it
*hl-ModeMsg*
ModeMsg 'showmode' message (e.g., "-- INSERT --").
*hl-MsgArea*
-MsgArea Area for messages and cmdline.
+MsgArea Area for messages and command-line, see also 'cmdheight'.
*hl-MsgSeparator*
MsgSeparator Separator for scrolled messages |msgsep|.
*hl-MoreMsg*