summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-05-01 20:30:40 +0200
committerBram Moolenaar <Bram@vim.org>2019-05-01 20:30:40 +0200
commit0fef0aeb1ca6c85df0a656a70b6ca49c34563c89 (patch)
treea13627e5463d6e3aba1ce1c73d42a782efc1abe6 /src/version.c
parentb731689e85b4153af7edc8f0a6b9f99d36d8b011 (diff)
downloadvim-git-8.1.1242.tar.gz
patch 8.1.1242: no cmdline redraw when tabpages have different 'cmdheight'v8.1.1242
Problem: No cmdline redraw when tabpages have different 'cmdheight'. Solution: redraw the command line when 'cmdheight' changes when switching tabpages. (closes #4321)
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 bb52dbc4a..b8067367a 100644
--- a/src/version.c
+++ b/src/version.c
@@ -768,6 +768,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1242,
+/**/
1241,
/**/
1240,