aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime/doc/sign.txt11
1 files changed, 4 insertions, 7 deletions
diff --git a/runtime/doc/sign.txt b/runtime/doc/sign.txt
index 641e193b5e..68165f3d3d 100644
--- a/runtime/doc/sign.txt
+++ b/runtime/doc/sign.txt
@@ -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*