1
0
forked from aniani/vim

patch 8.2.4913: popup_hide() does not always have effect

Problem:    Popup_hide() does not always have effect.
Solution:   Add the POPF_HIDDEN_FORCE flag. (closes #10376)
This commit is contained in:
Bram Moolenaar
2022-05-08 15:00:04 +01:00
parent d899e51120
commit 27724251bc
6 changed files with 47 additions and 13 deletions

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4913,
/**/
4912,
/**/