aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2021-12-05 15:36:54 -0500
committerJames McCoy <jamessan@jamessan.com>2021-12-08 21:47:58 -0500
commite8f9262125535bea8c7fcf833a715b569e07996e (patch)
treeecbbd94671bac26098f270f016c6f02956047bfc /runtime/doc/syntax.txt
parent2cd815c0af3eded9771df94532b4fb3817f2d3c6 (diff)
downloadrneovim-e8f9262125535bea8c7fcf833a715b569e07996e.tar.gz
rneovim-e8f9262125535bea8c7fcf833a715b569e07996e.tar.bz2
rneovim-e8f9262125535bea8c7fcf833a715b569e07996e.zip
vim-patch:8.2.3664: cannot adjust sign highlighting for 'cursorline'
Problem: Cannot adjust sign highlighting for 'cursorline'. Solution: Add CursorLineSign and CursorLineFold highlight groups. (Gregory Anders, closes vim/vim#9201) https://github.com/vim/vim/commit/e413ea04b716effb28eb49dbc98ad3f9f761545a
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|