diff options
Diffstat (limited to 'runtime/doc/sign.txt')
-rw-r--r-- | runtime/doc/sign.txt | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/runtime/doc/sign.txt b/runtime/doc/sign.txt index 2ee5c31c01..96d2c2ae14 100644 --- a/runtime/doc/sign.txt +++ b/runtime/doc/sign.txt @@ -71,6 +71,10 @@ on the same line, the attributes of the sign with the highest priority is used independently of the sign group. The default priority for a sign is 10. The priority is assigned at the time of placing a sign. +When two signs with the same priority are present, and one has an icon or text +in the signcolumn while the other has line highlighting, then both are +displayed. + When the line on which the sign is placed is deleted, the sign is moved to the next line (or the last line of the buffer, if there is no next line). When the delete is undone the sign does not move back. @@ -442,11 +446,11 @@ sign_getplaced([{expr} [, {dict}]]) *sign_getplaced()* entries The dictionary for each sign contains the following entries: - group sign group. Set to '' for the global group. - id identifier of the sign - lnum line number where the sign is placed - name name of the defined sign - priority sign priority + group sign group. Set to '' for the global group. + id identifier of the sign + lnum line number where the sign is placed + name name of the defined sign + priority sign priority The returned signs in a buffer are ordered by their line number and priority. |