1
0
forked from aniani/vim

patch 8.2.0286: cannot use popup_close() for a terminal popup

Problem:    Cannot use popup_close() for a terminal popup.
Solution:   Allow using popup_close(). (closes #5666)
This commit is contained in:
Bram Moolenaar
2020-02-20 20:12:29 +01:00
parent 0bbf722aaa
commit 11ec807639
6 changed files with 56 additions and 4 deletions

View File

@@ -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'.