]> granicus.if.org Git - vim/commit
patch 8.1.1442: popup windows not considered when the Vim window is resized v8.1.1442
authorBram Moolenaar <Bram@vim.org>
Sat, 1 Jun 2019 16:11:22 +0000 (18:11 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 1 Jun 2019 16:11:22 +0000 (18:11 +0200)
commit8caaf82569a6bfec2b575997b3a84e5623eff12d
tree83bdaeb508f38a87401e50575971eceda1db98fd
parentbf0eff0b724ebf4951f7ca82e6c648451f9f0c01
patch 8.1.1442: popup windows not considered when the Vim window is resized

Problem:    Popup windows not considered when the Vim window is resized.
            (Ben Jackson)
Solution:   Reallocate the w_lines structure. (closes #4467)
src/screen.c
src/version.c