commit | b1cf16113f7ab67f42fb6822cecdef74a54fa950 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 07 20:47:16 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 07 20:47:16 2018 +0200 |
tree | bb9daa2aa32845dd3db1a29edfb7498cf9ec9141 | |
parent | 7ebf4e1c346783b25624258e5bcc599130fd18f9 [diff] [blame] |
patch 8.1.0250: MS-Windows using VTP: windows size change incorrect Problem: MS-Windows using VTP: windows size change incorrect. Solution: Call SetConsoleScreenBufferSize() first. (Nobuhiro Takasaki, closes #3164)
diff --git a/src/version.c b/src/version.c index bb730f4..c9b0ec4 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 250, +/**/ 249, /**/ 248,