]> granicus.if.org Git - vim/commit
patch 8.2.3773: wrong window size when a modeline changes 'columns' v8.2.3773
authorBram Moolenaar <Bram@vim.org>
Fri, 10 Dec 2021 12:11:09 +0000 (12:11 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 10 Dec 2021 12:11:09 +0000 (12:11 +0000)
commit8a7374f8c4eb4c016270ad908a43af4ddedcbf56
tree4080428eeff72daf30c91ebed0a83f04adceff76
parentff39a650b2bd31e30d1bb8766e8560f9a14a7137
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)
src/version.c
src/window.c