commit | 134b86553c12c46e0ae7d534f6fe65e8ba2d50bc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 21:36:43 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 21:36:43 2022 +0100 |
tree | 11fffb0e3c9fccdd446276d1414c508d1bc98e3f | |
parent | f2fb54f641aa0e8a64356e4d0053f89b52c78229 [diff] [blame] |
patch 9.0.0307: :echomsg doesn't work properly with cmdheight=0 Problem: :echomsg doesn't work properly with cmdheight=0. Solution: Improve scrolling and displaying.
diff --git a/src/version.c b/src/version.c index b69b74a..80ce6fe 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 307, +/**/ 306, /**/ 305,