commit | 37fef16c225eabed28a3c7a0542d2eeef30d812b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 29 18:16:32 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 29 18:16:32 2022 +0100 |
tree | 57bebcbc858d18cb593d625d7eb659eb8f3a3c7a | |
parent | 54acb90d9e672315e3bd13f8dc71f828df97c868 [diff] [blame] |
patch 9.0.0321: cannot use the message popup window directly Problem: Cannot use the message popup window directly. Solution: Add ":echowindow".
diff --git a/src/version.c b/src/version.c index 121da62..a1fc74f 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 321, +/**/ 320, /**/ 319,