commit | e089c3fd6937524a14d22baa7562b0820f1343ac | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 09 20:25:25 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 09 20:25:25 2019 +0200 |
tree | c2d7f6ef2d644d2961403a5af073777344407a9b | |
parent | 3dabd718f4b2d8e09de9e2ec73832620b91c2f79 [diff] [blame] |
patch 8.1.1656: popup window width is wrong when using Tabs Problem: Popup window width is wrong when using Tabs. (Paul Jolly) Solution: Count tabs correctly. (closes #4637)
diff --git a/src/version.c b/src/version.c index 62b9557..c58cbc5 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1656, +/**/ 1655, /**/ 1654,