diff src/version.c @ 29344:5f0039383340 v9.0.0015

patch 9.0.0015: with EXITFREE defined terminal menus are not cleared Commit: https://github.com/vim/vim/commit/79ae152697ed0dfa578cfac305d05021dec2a6bc Author: zeertzjq <zeertzjq@outlook.com> Date: Fri Jul 1 12:13:15 2022 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Fri, 01 Jul 2022 13:15:04 +0200
parents ef072bb8ed5a
children 336c99d14cc5
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -736,6 +736,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    15,
+/**/
     14,
 /**/
     13,