diff src/version.c @ 29966:5dfd4bd66ad8 v9.0.0321

patch 9.0.0321: cannot use the message popup window directly Commit: https://github.com/vim/vim/commit/37fef16c225eabed28a3c7a0542d2eeef30d812b Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 29 18:16:32 2022 +0100 patch 9.0.0321: cannot use the message popup window directly Problem: Cannot use the message popup window directly. Solution: Add ":echowindow".
author Bram Moolenaar <Bram@vim.org>
date Mon, 29 Aug 2022 19:30:04 +0200
parents 444dd4cc49d6
children b01273bbc75e
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -708,6 +708,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    321,
+/**/
     320,
 /**/
     319,