1
0
forked from aniani/vim

patch 8.2.2908: crash when using a terminal popup window from cmdline window

Problem:    Crash when using a terminal popup window from the cmdline window.
Solution:   Instead of checking cmdwin_type call cmdwin_is_active().
            (closes #8286)
This commit is contained in:
Bram Moolenaar
2021-05-30 13:54:03 +02:00
parent 28cf44f761
commit e5b4486c42
5 changed files with 37 additions and 0 deletions

View File

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