]> granicus.if.org Git - vim/commit
patch 9.0.0015: with EXITFREE defined terminal menus are not cleared v9.0.0015
authorzeertzjq <zeertzjq@outlook.com>
Fri, 1 Jul 2022 11:13:15 +0000 (12:13 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 1 Jul 2022 11:13:15 +0000 (12:13 +0100)
commit79ae152697ed0dfa578cfac305d05021dec2a6bc
tree3df65276f11979b8b35c33dcde4c2525a6d76815
parent9610f94510220c783328e1857af87a6ae7bc20b4
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)
src/alloc.c
src/menu.c
src/version.c