1
- *sign.txt* For Vim version 8.1 . Last change: 2019 Sep 06
1
+ *sign.txt* For Vim version 8.2 . Last change: 2019 Nov 30
2
2
3
3
4
4
VIM REFERENCE MANUAL by Gordon Prieur
@@ -48,8 +48,8 @@ When signs are defined for a file, Vim will automatically add a column of two
48
48
characters to display them in. When the last sign is unplaced the column
49
49
disappears again. This behavior can be changed with the 'signcolumn' option.
50
50
51
- The color of the column is set with the SignColumn group | hl-SignColumn | .
52
- Example to set the color: >
51
+ The color of the column is set with the SignColumn highlight group
52
+ | hl-SignColumn | . Example to set the color: >
53
53
54
54
:highlight SignColumn guibg=darkgrey
55
55
<
@@ -71,6 +71,10 @@ placed in the named group. The sign identifier is unique within a group. The
71
71
sign group allows Vim plugins to use unique signs without interfering with
72
72
other plugins using signs.
73
73
74
+ To place a sign in a popup window the group name must start with "PopUp".
75
+ Other signs will not show in a popup window. The group name "PopUpMenu" is
76
+ used by popup windows where 'cursorline' is set.
77
+
74
78
*sign-priority*
75
79
Each placed sign is assigned a priority value. When multiple signs are placed
76
80
on the same line, the attributes of the sign with the highest priority is used
@@ -371,7 +375,7 @@ sign_define({list})
371
375
372
376
The one argument {list} can be used to define a list of signs.
373
377
Each list item is a dictionary with the above items in {dict}
374
- and a ' name' item for the sign name.
378
+ and a " name" item for the sign name.
375
379
376
380
Returns 0 on success and -1 on failure. When the one argument
377
381
{list} is used, then returns a List of values one for each
0 commit comments