1
0
forked from aniani/vim

patch 8.1.2420: crash when calling popup_close() in win_execute()

Problem:    Crash when calling popup_close() in win_execute().
Solution:   Disallow popup_close() in popup window. (Yasuhiro Matsumoto,
            closes #5345)
This commit is contained in:
Bram Moolenaar
2019-12-11 19:34:54 +01:00
parent 0efd1bdcf4
commit 4954019c93
3 changed files with 16 additions and 2 deletions

View File

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