summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-08-28 21:36:43 +0100
committerBram Moolenaar <Bram@vim.org>2022-08-28 21:36:43 +0100
commit134b86553c12c46e0ae7d534f6fe65e8ba2d50bc (patch)
tree11fffb0e3c9fccdd446276d1414c508d1bc98e3f /src/version.c
parentf2fb54f641aa0e8a64356e4d0053f89b52c78229 (diff)
patch 9.0.0307: :echomsg doesn't work properly with cmdheight=0v9.0.0307
Problem: :echomsg doesn't work properly with cmdheight=0. Solution: Improve scrolling and displaying.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index b69b74ad89..80ce6fedea 100644
--- a/src/version.c
+++ b/src/version.c
@@ -708,6 +708,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 307,
+/**/
306,
/**/
305,