summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-11-29 17:38:02 +0000
committerBram Moolenaar <Bram@vim.org>2021-11-29 17:38:02 +0000
commit0b74d00693f2ff5f45cb5808197df7d1aaa5cb41 (patch)
tree2ae18c504ae7e20ae2e99788791f10b234aeee64 /runtime
parent7f2c34166402740a661131d6341bbf874bdb3d48 (diff)
downloadvim-git-0b74d00693f2ff5f45cb5808197df7d1aaa5cb41.tar.gz
patch 8.2.3697: cannot drag a popup without a borderv8.2.3697
Problem: Cannot drag a popup without a border. Solution: Add the "dragall" option. (closes #9218)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/popup.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/popup.txt b/runtime/doc/popup.txt
index af7dc7098..904abe73b 100644
--- a/runtime/doc/popup.txt
+++ b/runtime/doc/popup.txt
@@ -681,6 +681,9 @@ The second argument of |popup_create()| is a dictionary with options:
popup does not have a border. As soon as dragging
starts and "pos" is "center" it is changed to
"topleft".
+ dragall TRUE to allow the popup to be dragged from every
+ position. Makes it very difficult to select text in
+ the popup.
resize TRUE to allow the popup to be resized with the mouse
by grabbing at the bottom right corner. Has no effect
if the popup does not have a border.