summaryrefslogtreecommitdiffstats
path: root/runtime/doc/sign.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-11-13 23:04:29 +0100
committerBram Moolenaar <Bram@vim.org>2019-11-13 23:04:29 +0100
commit574ee7bc1246070dba598f9561a2776aa1a10d07 (patch)
treed2d6b906d5ad1ae3a18b7e2ced3ab9d9401dc3b5 /runtime/doc/sign.txt
parentafe45b68a67769a61b44a96b0ffe3bfce4e9316e (diff)
Update runtime files
Diffstat (limited to 'runtime/doc/sign.txt')
-rw-r--r--runtime/doc/sign.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/runtime/doc/sign.txt b/runtime/doc/sign.txt
index e66bbcb171..093519e284 100644
--- a/runtime/doc/sign.txt
+++ b/runtime/doc/sign.txt
@@ -1,4 +1,4 @@
-*sign.txt* For Vim version 8.1. Last change: 2019 Sep 06
+*sign.txt* For Vim version 8.1. Last change: 2019 Nov 12
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
characters to display them in. When the last sign is unplaced the column
disappears again. This behavior can be changed with the 'signcolumn' option.
-The color of the column is set with the SignColumn group |hl-SignColumn|.
-Example to set the color: >
+The color of the column is set with the SignColumn highlight group
+|hl-SignColumn|. Example to set the color: >
:highlight SignColumn guibg=darkgrey
<
@@ -71,6 +71,8 @@ placed in the named group. The sign identifier is unique within a group. The
sign group allows Vim plugins to use unique signs without interfering with
other plugins using signs.
+The group name "popupmenu" is used by popup windows where 'cursorline' is set.
+
*sign-priority*
Each placed sign is assigned a priority value. When multiple signs are placed
on the same line, the attributes of the sign with the highest priority is used