comparison runtime/doc/syntax.txt @ 34809:a6e19365c34d v9.1.0277

patch 9.1.0277: Cannot highlight the Command-line Commit: https://github.com/vim/vim/commit/be2b03c6eecea3eae5d460e3c19ee43b73b29928 Author: Shougo Matsushita <Shougo.Matsu@gmail.com> Date: Mon Apr 8 22:11:50 2024 +0200 patch 9.1.0277: Cannot highlight the Command-line Problem: Cannot highlight the Command-line Solution: Add the MsgArea highlighting group (Shougo Matsushita) closes: #14327 Signed-off-by: Shougo Matsushita <Shougo.Matsu@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Mon, 08 Apr 2024 22:30:03 +0200
parents 7f709fa537df
children 67dc61280eba
comparison
equal deleted inserted replaced
34808:83de868083f2 34809:a6e19365c34d
2483 2483
2484 :let g:pandoc#syntax#conceal#blacklist = [] 2484 :let g:pandoc#syntax#conceal#blacklist = []
2485 2485
2486 This is a list of the rules wich can be used here: 2486 This is a list of the rules wich can be used here:
2487 2487
2488 - titleblock 2488 - titleblock
2489 - image 2489 - image
2490 - block 2490 - block
2491 - subscript 2491 - subscript
2492 - superscript 2492 - superscript
2493 - strikeout 2493 - strikeout
5583 *hl-MessageWindow* 5583 *hl-MessageWindow*
5584 MessageWindow Messages popup window used by `:echowindow`. If not defined 5584 MessageWindow Messages popup window used by `:echowindow`. If not defined
5585 |hl-WarningMsg| is used. 5585 |hl-WarningMsg| is used.
5586 *hl-ModeMsg* 5586 *hl-ModeMsg*
5587 ModeMsg 'showmode' message (e.g., "-- INSERT --"). 5587 ModeMsg 'showmode' message (e.g., "-- INSERT --").
5588 *hl-MsgArea*
5589 MsgArea Command-line area, also used for outputting messages, see also
5590 'cmdheight'
5588 *hl-MoreMsg* 5591 *hl-MoreMsg*
5589 MoreMsg |more-prompt| 5592 MoreMsg |more-prompt|
5590 *hl-NonText* 5593 *hl-NonText*
5591 NonText '@' at the end of the window, "<<<" at the start of the window 5594 NonText '@' at the end of the window, "<<<" at the start of the window
5592 for 'smoothscroll', characters from 'showbreak' and other 5595 for 'smoothscroll', characters from 'showbreak' and other