commit | 2ce14589f210dcb3d17d1d80285256f8ac10abab | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 05 16:08:49 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 05 16:08:49 2020 +0200 |
tree | d2b887591c8424ce49ea6c02408a1fe033014ece | |
parent | 8b5866ded6036f7adece26b6d16962bbd2d47842 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 4dfad08..b6a6f41 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1598, +/**/ 1597, /**/ 1596,