docs: swap CursorLineFold and CursorLineSign (#20875)

This commit is contained in:
Eduard Baturin 2022-11-10 01:34:02 +03:00 committed by GitHub
parent f2857dcd5a
commit a122406be4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5201,10 +5201,10 @@ LineNrBelow Line number for when the 'relativenumber'
*hl-CursorLineNr* *hl-CursorLineNr*
CursorLineNr Like LineNr when 'cursorline' is set and 'cursorlineopt' CursorLineNr Like LineNr when 'cursorline' is set and 'cursorlineopt'
contains "number" or is "both", for the cursor line. contains "number" or is "both", for the cursor line.
*hl-CursorLineSign*
CursorLineSign Like SignColumn when 'cursorline' is set for the cursor line.
*hl-CursorLineFold* *hl-CursorLineFold*
CursorLineFold Like FoldColumn when 'cursorline' is set for the cursor line. CursorLineFold Like FoldColumn when 'cursorline' is set for the cursor line.
*hl-CursorLineSign*
CursorLineSign Like SignColumn when 'cursorline' is set for the cursor line.
*hl-MatchParen* *hl-MatchParen*
MatchParen Character under the cursor or just before it, if it MatchParen Character under the cursor or just before it, if it
is a paired bracket, and its match. |pi_paren.txt| is a paired bracket, and its match. |pi_paren.txt|