mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 11:25:33 +00:00
vim-patch:partial 6304be625ce4
Update runtime files.6304be625cRemaining changes left out of03d250eb45
This commit is contained in:
@@ -133,6 +133,10 @@ See |sign_define()| for the equivalent Vim script function.
|
|||||||
texthl={group}
|
texthl={group}
|
||||||
Highlighting group used for the text item.
|
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: >
|
Example: >
|
||||||
:sign define MySign text=>> texthl=Search linehl=DiffText
|
:sign define MySign text=>> texthl=Search linehl=DiffText
|
||||||
<
|
<
|
||||||
@@ -158,13 +162,6 @@ See |sign_getdefined()| for the equivalent Vim script function.
|
|||||||
:sign list {name}
|
:sign list {name}
|
||||||
Lists one defined sign and its attributes.
|
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*
|
PLACING SIGNS *:sign-place* *E158*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user