aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduard Baturin <rivaavir3@gmail.com>2022-11-10 01:34:02 +0300
committerGitHub <noreply@github.com>2022-11-10 06:34:02 +0800
commita122406be48a7a9216eb9afd0fe71ca37e340c30 (patch)
tree0b8e09701e6b4b9244e60c669dc984b09a88f54c
parentf2857dcd5abaf3a5aee9271b79ffa4eee345d21c (diff)
downloadrneovim-a122406be48a7a9216eb9afd0fe71ca37e340c30.tar.gz
rneovim-a122406be48a7a9216eb9afd0fe71ca37e340c30.tar.bz2
rneovim-a122406be48a7a9216eb9afd0fe71ca37e340c30.zip
docs: swap CursorLineFold and CursorLineSign (#20875)
-rw-r--r--runtime/doc/syntax.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index 693e78cf9c..033a01ac98 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -5201,10 +5201,10 @@ LineNrBelow Line number for when the 'relativenumber'
*hl-CursorLineNr*
CursorLineNr Like LineNr when 'cursorline' is set and 'cursorlineopt'
contains "number" or is "both", for the cursor line.
- *hl-CursorLineSign*
-CursorLineSign Like SignColumn when 'cursorline' is set for the cursor line.
*hl-CursorLineFold*
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*
MatchParen Character under the cursor or just before it, if it
is a paired bracket, and its match. |pi_paren.txt|