1
0
forked from aniani/vim

patch 8.1.1433: win_execute() may leave popup window focused

Problem:    Win_execute() may leave popup window focused, eventually leading
            to a crash. (Bjorn Linse)
Solution:   When previous window was closed, go to the first window.
This commit is contained in:
Bram Moolenaar
2019-05-31 17:34:48 +02:00
parent ccd6e3471d
commit eea1699836
3 changed files with 16 additions and 0 deletions

View File

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