commit | 193982650960f8411df51f3b3b0d44a75e1ac034 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 14 15:28:08 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 14 15:28:08 2020 +0100 |
tree | f62f2e11101ec6af8d66ca7e9ba32f70f3a848f8 | |
parent | b17893aa940dc7d45421f875f5d90855880aad27 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 75baad1..2d5c134 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 380, +/**/ 379, /**/ 378,