summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-07-09 20:25:25 +0200
committerBram Moolenaar <Bram@vim.org>2019-07-09 20:25:25 +0200
commite089c3fd6937524a14d22baa7562b0820f1343ac (patch)
treec2d7f6ef2d644d2961403a5af073777344407a9b /src/version.c
parent3dabd718f4b2d8e09de9e2ec73832620b91c2f79 (diff)
patch 8.1.1656: popup window width is wrong when using Tabsv8.1.1656
Problem: Popup window width is wrong when using Tabs. (Paul Jolly) Solution: Count tabs correctly. (closes #4637)
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 62b95579dc..c58cbc588f 100644
--- a/src/version.c
+++ b/src/version.c
@@ -778,6 +778,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1656,
+/**/
1655,
/**/
1654,