1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2022-08-28 22:17:50 +01:00
parent 134b86553c
commit 33a5dd8b23
4 changed files with 18 additions and 0 deletions

View File

@@ -707,6 +707,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
308,
/**/
307,
/**/