aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2021-12-09 21:29:15 -0500
committerGitHub <noreply@github.com>2021-12-09 21:29:15 -0500
commitac2d140a33dfe88f882218e15a443b8300cca6b2 (patch)
treee2b724239fa4105e04c15ff964da033a82afa369 /runtime/doc/syntax.txt
parent238da85126c5a1dee03a75b6023a36a9a3642dda (diff)
parentf3fb77c40262f47e30ebefec547f5c6f83ff58e6 (diff)
downloadrneovim-ac2d140a33dfe88f882218e15a443b8300cca6b2.tar.gz
rneovim-ac2d140a33dfe88f882218e15a443b8300cca6b2.tar.bz2
rneovim-ac2d140a33dfe88f882218e15a443b8300cca6b2.zip
Merge pull request #16541 from jamessan/vim-8.2.3664
vim-patch:8.2.3664,8.2.3743,8.2.3747,8.2.3748,8.2.3757
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r--runtime/doc/syntax.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index b57b8bfd5c..d49809599d 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -5127,6 +5127,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-MatchParen*
MatchParen The character under the cursor or just before it, if it
is a paired bracket, and its match. |pi_paren.txt|