summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-11-30 14:21:53 +0100
committerBram Moolenaar <Bram@vim.org>2019-11-30 14:21:53 +0100
commit7257073043252c2e01c8e168e6842a1121797243 (patch)
treed25b943b34d9c4184e2953dc783ecdc4ba1c02e5 /runtime
parent310c32e8920140f0db747c6c6eb06b1ee53cdb5a (diff)
downloadvim-git-7257073043252c2e01c8e168e6842a1121797243.tar.gz
patch 8.1.2362: cannot place signs in a popup windowv8.1.2362
Problem: Cannot place signs in a popup window. (Maxim Kim) Solution: Use the group prefix "PopUp" to specify which signs should show up in a popup window. (closes #5277)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/sign.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/sign.txt b/runtime/doc/sign.txt
index 972b43c19..57bd0a76f 100644
--- a/runtime/doc/sign.txt
+++ b/runtime/doc/sign.txt
@@ -73,6 +73,10 @@ other plugins using signs.
The group name "popupmenu" is used by popup windows where 'cursorline' is set.
+To place a sign in a popup window the group name must start with "PopUp".
+Other signs will not show in a popup window. 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