]> granicus.if.org Git - vim/commit
patch 8.0.0678: closing a window does not trigger resizing v8.0.0678
authorBram Moolenaar <Bram@vim.org>
Sun, 25 Jun 2017 20:45:39 +0000 (22:45 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 25 Jun 2017 20:45:39 +0000 (22:45 +0200)
commit8eeeba8c025ff844e6514c4a60cec11bf1fc1b35
tree1407bb110c8aa4cee4db9d668e27508f57616f72
parent1814183b865059679f6ee526ec23fc575e536e66
patch 8.0.0678: closing a window does not trigger resizing

Problem:    When 'equalalways' is set and closing a window in a separate
            frame, not all window sizes are adjusted. (Glacambre)
Solution:   Resize all windows if the new current window is not in the same
            frame as the closed window. (closes #1707)
src/testdir/test_window_cmd.vim
src/version.c
src/window.c