commit | 415a6939a4e8d4e26b4af26c24eb75243d3a2756 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 05 20:31:07 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 05 20:31:07 2017 +0100 |
tree | b282dacb3270498516e2cc937658bb931216b120 | |
parent | 5fe6bdf858a7f2f288d599ffb5efb3c08449c817 [diff] [blame] |
patch 8.0.1375: window size wrong after maximizing with WinBar Problem: Window size wrong after maximizing with WinBar. (Lifepillar) Solution: Fix height computations. Redraw window when it is zero height but has a WinBar. (closes #2356)
diff --git a/src/version.c b/src/version.c index 9df11cc..c41aed0 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1375, +/**/ 1374, /**/ 1373,