]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1375: window size wrong after maximizing with WinBar v8.0.1375
authorBram Moolenaar <Bram@vim.org>
Tue, 5 Dec 2017 19:31:07 +0000 (20:31 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 5 Dec 2017 19:31:07 +0000 (20:31 +0100)
commit415a6939a4e8d4e26b4af26c24eb75243d3a2756
treeb282dacb3270498516e2cc937658bb931216b120
parent5fe6bdf858a7f2f288d599ffb5efb3c08449c817
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)
src/screen.c
src/version.c
src/vim.h
src/window.c