commit | 8a7374f8c4eb4c016270ad908a43af4ddedcbf56 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 10 12:11:09 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 10 12:11:09 2021 +0000 |
tree | 4080428eeff72daf30c91ebed0a83f04adceff76 | |
parent | ff39a650b2bd31e30d1bb8766e8560f9a14a7137 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index a598b6b..43be175 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3773, +/**/ 3772, /**/ 3771,