commit | 96ad8c9ac181b51605ac1f399c7835a515e5a1fa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 28 14:17:34 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 28 14:17:34 2017 +0200 |
tree | 44a8c836b621d0d9ecadada2fec06149a8c57d61 | |
parent | f86eea9f01460e3b375ee768d4b863beb690006f [diff] [blame] |
patch 8.0.0789: splitting terminal window has resizing problems Problem: When splitting a terminal window where the terminal follows the size of the window doesn't work. Solution: Use the size of the smallest window. (Yasuhiro Matsumoto, closes #1885)
diff --git a/src/version.c b/src/version.c index 7d06669..83e8735 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 789, +/**/ 788, /**/ 787,