commit | 5efe0e5d16db070f0ab0b944686139e597afe166 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 01 14:31:34 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 01 14:31:34 2021 +0100 |
tree | 56a348e15e7b699371f84da3fc4c4f33fae654e5 | |
parent | a387083b2f65c2c14b19087c7d7f94ca23de1d48 [diff] [blame] |
patch 8.2.2260: window resize test fails in very wide terminal Problem: Window resize test fails in very wide terminal. Solution: Resize using the 'columns' option. (Vladimir Lomov, closes #7592)
diff --git a/src/version.c b/src/version.c index 5ebda46..a1b32e8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2260, +/**/ 2259, /**/ 2258,