commit | 87e74d0e03c6c0267546b2e3a49316f3e84d9794 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 11 20:12:15 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 11 20:12:15 2022 +0100 |
tree | e3f72d62d9212b055d05659d22a909476c5fca1f | |
parent | 29ab524358ba429bcf6811710afc97a978641f0b [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index ec0f00b..8da83db 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 446, +/**/ 445, /**/ 444,