diff src/version.c @ 29926:2be5a2741943 v9.0.0301

patch 9.0.0301: the message window popup is delayed after an error message Commit: https://github.com/vim/vim/commit/878e1d25a0a5b03233bf6ad64073fcf576c2aea5 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 28 17:53:23 2022 +0100 patch 9.0.0301: the message window popup is delayed after an error message Problem: The message window popup is delayed after an error message. Solution: Do not set emsg_on_display when using the message window.
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Aug 2022 19:00:09 +0200
parents f3804bc56d33
children 0c52f8114e16
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 */
 /**/
+    301,
+/**/
     300,
 /**/
     299,