summaryrefslogtreecommitdiffstats
path: root/runtime/doc/popup.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-02-20 20:12:29 +0100
committerBram Moolenaar <Bram@vim.org>2020-02-20 20:12:29 +0100
commit11ec807639ae642bf55da883918489e2cd9911ab (patch)
tree14706a1435fe7a0b74dd1d95f61902df2345c424 /runtime/doc/popup.txt
parent0bbf722aaaa75b1bbe87ef6afc44c5fff8e3893b (diff)
patch 8.2.0286: cannot use popup_close() for a terminal popupv8.2.0286
Problem: Cannot use popup_close() for a terminal popup. Solution: Allow using popup_close(). (closes #5666)
Diffstat (limited to 'runtime/doc/popup.txt')
-rw-r--r--runtime/doc/popup.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/popup.txt b/runtime/doc/popup.txt
index 55565bc860..5122994137 100644
--- a/runtime/doc/popup.txt
+++ b/runtime/doc/popup.txt
@@ -1,4 +1,4 @@
-*popup.txt* For Vim version 8.2. Last change: 2020 Feb 05
+*popup.txt* For Vim version 8.2. Last change: 2020 Feb 20
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -148,6 +148,8 @@ different: *E863*
- The popup window always has focus, it is not possible to switch to another
window.
- When the job ends, the popup window closes.
+- The popup window can be closed with `popup_close()`, the terminal buffer
+ then becomes hidden.
- The default Pmenu color is only used for the border and padding. To change
the color of the terminal itself set 'wincolor'.