]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0580: window size wrong if 'ea' is off and 'splitright' is on v8.2.0580
authorBram Moolenaar <Bram@vim.org>
Wed, 15 Apr 2020 18:05:47 +0000 (20:05 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 15 Apr 2020 18:05:47 +0000 (20:05 +0200)
commitedd327cc070d9a05c12e88bc5c43a1e2a3086ae6
tree87803704bbf8113eabca5d5c6e4fd231daf55a82
parent4d5d0dfe9438bd5f2daa41ebbe6ac9a76d165af0
patch 8.2.0580: window size wrong if 'ea' is off and 'splitright' is on

Problem:    Window size wrong if 'ea' is off and 'splitright' is on and
            splitting then closing a window.
Solution:   Put abandoned window space in the right place. (Mark Waggoner)
src/testdir/test_winbuf_close.vim
src/version.c
src/window.c