commit | edd327cc070d9a05c12e88bc5c43a1e2a3086ae6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 15 20:05:47 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 15 20:05:47 2020 +0200 |
tree | 87803704bbf8113eabca5d5c6e4fd231daf55a82 | |
parent | 4d5d0dfe9438bd5f2daa41ebbe6ac9a76d165af0 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 58827f2..0f0ee6d 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 580, +/**/ 579, /**/ 578,