1
0
forked from aniani/vim

patch 8.2.1598: starting a hidden terminal resizes the current window

Problem:    Starting a hidden terminal resizes the current window.
Solution:   Do not resize the current window for a hidden terminal.
            (closes #6872)
This commit is contained in:
Bram Moolenaar
2020-09-05 16:08:49 +02:00
parent 8b5866ded6
commit 2ce14589f2
3 changed files with 26 additions and 10 deletions

View File

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