1
0
forked from aniani/vim

patch 8.2.3773: wrong window size when a modeline changes 'columns'

Problem:    Wrong window size when a modeline changes 'columns' and there is
            more than one tabpage. (Michael Soyka)
Solution:   Adjust the frames of all tabpages. (closes #9315)
This commit is contained in:
Bram Moolenaar
2021-12-10 12:11:09 +00:00
parent ff39a650b2
commit 8a7374f8c4
2 changed files with 26 additions and 13 deletions

View File

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