1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2019-07-27 17:31:36 +02:00
parent 0aca293fed
commit 1417c766f5
4 changed files with 76 additions and 3 deletions

View File

@@ -777,6 +777,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1756,
/**/
1755,
/**/