diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-03-14 15:28:08 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-03-14 15:28:08 +0100 |
commit | 193982650960f8411df51f3b3b0d44a75e1ac034 (patch) | |
tree | f62f2e11101ec6af8d66ca7e9ba32f70f3a848f8 /src/version.c | |
parent | b17893aa940dc7d45421f875f5d90855880aad27 (diff) | |
download | vim-git-193982650960f8411df51f3b3b0d44a75e1ac034.tar.gz |
patch 8.2.0380: tiny popup when creating a terminal popup without minwidthv8.2.0380
Problem: Tiny popup when creating a terminal popup without minwidth.
Solution: Use a default mininum size of 5 lines of 20 characters.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 75baad19a..2d5c134c3 100644 --- a/src/version.c +++ b/src/version.c @@ -739,6 +739,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 380, +/**/ 379, /**/ 378, |