commit | 33a5dd8b237738c15cae87441d731ab899b4e846 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 22:17:50 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 22:17:50 2022 +0100 |
tree | d186bc7e0f4a34428a69365342fcde7e97742a82 | |
parent | 134b86553c12c46e0ae7d534f6fe65e8ba2d50bc [diff] [blame] |
patch 9.0.0308: when cmdheight is zero the attention prompt doesn't show Problem: When cmdheight is zero the attention prompt doesn't show. Solution: Do not use the message window for a prompt.
diff --git a/src/version.c b/src/version.c index 80ce6fe..eb05f9a 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 308, +/**/ 307, /**/ 306,