comparison runtime/doc/syntax.txt @ 2178:c6f1aa1e9f32 vim73

Add 'relativenumber' patch from Markus Heidelberg.
author Bram Moolenaar <bram@vim.org>
date Sun, 16 May 2010 15:46:46 +0200
parents 7c8c7c95a865
children b17bbfa96fa0
comparison
equal deleted inserted replaced
2176:dd87ce87e0cc 2178:c6f1aa1e9f32
4201 *hl-IncSearch* 4201 *hl-IncSearch*
4202 IncSearch 'incsearch' highlighting; also used for the text replaced with 4202 IncSearch 'incsearch' highlighting; also used for the text replaced with
4203 ":s///c" 4203 ":s///c"
4204 *hl-LineNr* 4204 *hl-LineNr*
4205 LineNr Line number for ":number" and ":#" commands, and when 'number' 4205 LineNr Line number for ":number" and ":#" commands, and when 'number'
4206 option is set. 4206 or 'relativenumber' option is set.
4207 *hl-MatchParen* 4207 *hl-MatchParen*
4208 MatchParen The character under the cursor or just before it, if it 4208 MatchParen The character under the cursor or just before it, if it
4209 is a paired bracket, and its match. |pi_paren.txt| 4209 is a paired bracket, and its match. |pi_paren.txt|
4210 4210
4211 *hl-ModeMsg* 4211 *hl-ModeMsg*