1
0
forked from aniani/vim

patch 8.0.0789: splitting terminal window has resizing problems

Problem:    When splitting a terminal window where the terminal follows the
            size of the window doesn't work.
Solution:   Use the size of the smallest window. (Yasuhiro Matsumoto, closes
            #1885)
This commit is contained in:
Bram Moolenaar
2017-07-28 14:17:34 +02:00
parent f86eea9f01
commit 96ad8c9ac1
2 changed files with 18 additions and 2 deletions

View File

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