vim-patch:partial 6304be625ce4

Update runtime files.
6304be625c

Remaining changes left out of 03d250eb45
This commit is contained in:
James McCoy 2021-12-05 22:22:09 -05:00
parent 5fda23c307
commit e9051d965e
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB

View File

@ -133,6 +133,10 @@ See |sign_define()| for the equivalent Vim script function.
texthl={group}
Highlighting group used for the text item.
culhl={group}
Highlighting group used for the text item when the cursor is
on the same line as the sign and 'cursorline' is enabled.
Example: >
:sign define MySign text=>> texthl=Search linehl=DiffText
<
@ -158,13 +162,6 @@ See |sign_getdefined()| for the equivalent Vim script function.
:sign list {name}
Lists one defined sign and its attributes.
culhl={group}
Highlighting group used for the text item when the cursor is
on the same line as the sign and 'cursorline' is enabled.
Example: >
:sign define MySign text=>> texthl=Search linehl=DiffText
<
PLACING SIGNS *:sign-place* *E158*