1
0
forked from aniani/vim

patch 9.0.0446: message window may be positioned too low

Problem:    Message window may be positioned too low.
Solution:   Compute cmdline_row before computing the position.
This commit is contained in:
Bram Moolenaar
2022-09-11 20:12:15 +01:00
parent 29ab524358
commit 87e74d0e03
3 changed files with 16 additions and 1 deletions

View File

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