]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1756: autocommand that splits window messes up window layout v8.1.1756
authorBram Moolenaar <Bram@vim.org>
Sat, 27 Jul 2019 15:31:36 +0000 (17:31 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 27 Jul 2019 15:31:36 +0000 (17:31 +0200)
commit1417c766f55e5959b31da488417b7d9b141404af
tree614c95c7d5da1fca85fcf622ed896f100b2a7d50
parent0aca293fedfd22d489297f7cbce6a7de86748151
patch 8.1.1756: autocommand that splits window messes up window layout

Problem:    Autocommand that splits window messes up window layout.
Solution:   Disallow splitting a window while closing one.  In ":all" give an
            error when moving a window will not work.
src/buffer.c
src/testdir/test_window_cmd.vim
src/version.c
src/window.c