mirror of
https://github.com/neovim/neovim.git
synced 2024-12-31 17:13:26 -07:00
docs: swap CursorLineFold and CursorLineSign (#20875)
This commit is contained in:
parent
f2857dcd5a
commit
a122406be4
@ -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|
|
||||||
|
Loading…
Reference in New Issue
Block a user