1
0
forked from aniani/vim

patch 8.2.0746: popup_clear() hangs when a popup can't be closed

Problem:    popup_clear() hangs when a popup can't be closed.
Solution:   Bail out when a popup can't be closed.
This commit is contained in:
Bram Moolenaar
2020-05-13 01:04:32 +02:00
parent 06f0853cb0
commit d502aa4c10
3 changed files with 19 additions and 11 deletions

View File

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