summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-08-21 18:31:03 +0200
committerBram Moolenaar <Bram@vim.org>2019-08-21 18:31:03 +0200
commitc7c5f10a36fdeea353e026da28526ff9fb35e367 (patch)
treed8e177e20e9e334fb1c77eae13d01fe58e67920a /runtime
parent258cef59d8c53a5b1c04937c826dc133ad5710e2 (diff)
patch 8.1.1905: cannot set all properties of the info popupv8.1.1905
Problem: Cannot set all properties of the info popup. Solution: Add popup_findinfo(). Rename popup_getpreview() to popup_findpreview().
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/popup.txt18
1 files changed, 14 insertions, 4 deletions
diff --git a/runtime/doc/popup.txt b/runtime/doc/popup.txt
index 67ad70bc55..e766deb4a7 100644
--- a/runtime/doc/popup.txt
+++ b/runtime/doc/popup.txt
@@ -289,6 +289,20 @@ popup_filter_yesno({id}, {key}) *popup_filter_yesno()*
See the example here: |popup_dialog-example|
+popup_findinfo() *popup_findinfo()*
+ Get the |window-ID| for the popup info window, as it used by
+ the popup menu. See |complete-popup|. The info popup is
+ hidden when not used, it can be deleted with |popup_clear()|
+ and |popup_close()|.
+ Return zero if there is none.
+
+
+popup_findpreview() *popup_findpreview()*
+ Get the |window-ID| for the popup preview window.
+ Return zero if there is none.
+
+
+
popup_getoptions({id}) *popup_getoptions()*
Return the {options} for popup {id} in a Dict.
A zero value means the option was not set. For "zindex" the
@@ -336,10 +350,6 @@ popup_getpos({id}) *popup_getpos()*
If popup window {id} is not found an empty Dict is returned.
-popup_getpreview() *popup_getpreview()*
- Get the |window-ID| for the popup preview window.
- Return zero if there is none.
-
popup_hide({id}) *popup_hide()*
If {id} is a displayed popup, hide it now. If the popup has a