commit | 8caaf82569a6bfec2b575997b3a84e5623eff12d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 01 18:11:22 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 01 18:11:22 2019 +0200 |
tree | 83bdaeb508f38a87401e50575971eceda1db98fd | |
parent | bf0eff0b724ebf4951f7ca82e6c648451f9f0c01 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 4b472ee..f2602d6 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1442, +/**/ 1441, /**/ 1440,