commit | a7eef3d87fa36d527d1cfc749b400df1e69dcb3d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 15 22:25:54 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 15 22:25:54 2018 +0200 |
tree | 1551696e4b917369d011cfb30d67fc24688439e3 | |
parent | 802bfb14636b24d86d0ca8e0947d808b9b7c941e [diff] [blame] |
patch 8.0.1721: no test for using the 'termsize' option Problem: No test for using the 'termsize' option. Solution: Add a test.
diff --git a/src/version.c b/src/version.c index 2d28206..851f050 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1721, +/**/ 1720, /**/ 1719,