commit | 1417c766f55e5959b31da488417b7d9b141404af | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 27 17:31:36 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 27 17:31:36 2019 +0200 |
tree | 614c95c7d5da1fca85fcf622ed896f100b2a7d50 | |
parent | 0aca293fedfd22d489297f7cbce6a7de86748151 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 8518667..b036b3a 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1756, +/**/ 1755, /**/ 1754,