comparison runtime/doc/syntax.txt @ 30634:f68f43043842

Update runtime files Commit: https://github.com/vim/vim/commit/f269eabc6c4f5bdcef989cd5b4b95ba8ccaa4d8a Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 3 18:04:35 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Mon, 03 Oct 2022 19:15:04 +0200
parents 1e91e26ceebf
children 3295247d97a5
comparison
equal deleted inserted replaced
30633:a7462ca00059 30634:f68f43043842
1 *syntax.txt* For Vim version 9.0. Last change: 2022 Sep 26 1 *syntax.txt* For Vim version 9.0. Last change: 2022 Oct 03
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
5374 *hl-ModeMsg* 5374 *hl-ModeMsg*
5375 ModeMsg 'showmode' message (e.g., "-- INSERT --"). 5375 ModeMsg 'showmode' message (e.g., "-- INSERT --").
5376 *hl-MoreMsg* 5376 *hl-MoreMsg*
5377 MoreMsg |more-prompt| 5377 MoreMsg |more-prompt|
5378 *hl-NonText* 5378 *hl-NonText*
5379 NonText '@' at the end of the window, characters from 'showbreak' 5379 NonText '@' at the end of the window, "<<<" at the start of the window
5380 and other characters that do not really exist in the text 5380 for 'smoothscroll', characters from 'showbreak' and other
5381 (e.g., ">" displayed when a double-wide character doesn't 5381 characters that do not really exist in the text, such as the
5382 fit at the end of the line). 5382 ">" displayed when a double-wide character doesn't fit at the
5383 end of the line.
5383 *hl-Normal* 5384 *hl-Normal*
5384 Normal Normal text. 5385 Normal Normal text.
5385 *hl-Pmenu* 5386 *hl-Pmenu*
5386 Pmenu Popup menu: Normal item. 5387 Pmenu Popup menu: Normal item.
5387 *hl-PmenuSel* 5388 *hl-PmenuSel*