1
0
forked from aniani/vim

patch 9.0.0015: with EXITFREE defined terminal menus are not cleared

Problem:    With EXITFREE defined terminal menus are not cleared.
Solution:   Also clear terminal menus. Remove condition that is always true.
            (closes #10641)
This commit is contained in:
zeertzjq
2022-07-01 12:13:15 +01:00
committed by Bram Moolenaar
parent 9610f94510
commit 79ae152697
3 changed files with 5 additions and 3 deletions

View File

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