1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2017-07-23 17:27:54 +02:00
parent cdeae99b4e
commit 43da3e36b2
2 changed files with 39 additions and 18 deletions

View File

@@ -769,6 +769,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
759,
/**/
758,
/**/