commit | 43da3e36b21b9df20e4b2f380df76bbc7e91a965 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 23 17:27:54 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 23 17:27:54 2017 +0200 |
tree | a2707ad6ccdc6aeccc438ce75d0a662620703fef | |
parent | cdeae99b4ef4d359e4388a72c6d35f9343ce578a [diff] [blame] |
patch 8.0.0759: MS-Windows: terminal does not adjust size Problem: MS-Windows: terminal does not adjust size to the Vim window size. Solution: Add a call to winpty_set_size(). (Yasuhiro Matsumoto, closes #1863)
diff --git a/src/version.c b/src/version.c index bfeedcd..c1c68e3 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 759, +/**/ 758, /**/ 757,