1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2020-04-15 20:05:47 +02:00
parent 4d5d0dfe94
commit edd327cc07
3 changed files with 35 additions and 1 deletions

View File

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