commit | 79ae152697ed0dfa578cfac305d05021dec2a6bc | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Fri Jul 01 12:13:15 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 01 12:13:15 2022 +0100 |
tree | 3df65276f11979b8b35c33dcde4c2525a6d76815 | |
parent | 9610f94510220c783328e1857af87a6ae7bc20b4 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 38b873b..4e2389e 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 15, +/**/ 14, /**/ 13,