1
0
forked from aniani/vim

patch 8.2.0327: crash when opening and closing two popup terminal windows

Problem:    Crash when opening and closing two popup terminal windows.
Solution:   Check that prevwin is valid. (closes #5707)
This commit is contained in:
Bram Moolenaar
2020-02-28 19:11:18 +01:00
parent d5aec0ced1
commit 80ae880f5f
3 changed files with 38 additions and 3 deletions

View File

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