comparison runtime/doc/syntax.txt @ 699:2af8de31a3a8

updated for version 7.0211
author vimboss
date Wed, 01 Mar 2006 22:09:21 +0000
parents e649c78407e6
children e180933b876a
comparison
equal deleted inserted replaced
698:e402b0af6083 699:2af8de31a3a8
1 *syntax.txt* For Vim version 7.0aa. Last change: 2006 Feb 20 1 *syntax.txt* For Vim version 7.0aa. Last change: 2006 Mar 01
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
3966 SignColumn column where |signs| are displayed 3966 SignColumn column where |signs| are displayed
3967 *hl-IncSearch* 3967 *hl-IncSearch*
3968 IncSearch 'incsearch' highlighting; also used for the text replaced with 3968 IncSearch 'incsearch' highlighting; also used for the text replaced with
3969 ":s///c" 3969 ":s///c"
3970 *hl-LineNr* 3970 *hl-LineNr*
3971 LineNr line number for ":number" and ":#" commands, and when 'number' 3971 LineNr Line number for ":number" and ":#" commands, and when 'number'
3972 option is set. 3972 option is set.
3973 *hl-MatchParen*
3974 MatchParen The character under the cursor or just before it, if it
3975 is a paired bracket, and its match. |pi_paren.txt|
3976
3973 *hl-ModeMsg* 3977 *hl-ModeMsg*
3974 ModeMsg 'showmode' message (e.g., "-- INSERT --") 3978 ModeMsg 'showmode' message (e.g., "-- INSERT --")
3975 *hl-MoreMsg* 3979 *hl-MoreMsg*
3976 MoreMsg |more-prompt| 3980 MoreMsg |more-prompt|
3977 *hl-NonText* 3981 *hl-NonText*