1
0
forked from aniani/vim

patch 8.2.0380: tiny popup when creating a terminal popup without minwidth

Problem:    Tiny popup when creating a terminal popup without minwidth.
Solution:   Use a default mininum size of 5 lines of 20 characters.
This commit is contained in:
Bram Moolenaar
2020-03-14 15:28:08 +01:00
parent b17893aa94
commit 1939826509
4 changed files with 69 additions and 3 deletions

View File

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