comparison src/version.c @ 16882:473e76401434 v8.1.1442

patch 8.1.1442: popup windows not considered when the Vim window is resized commit https://github.com/vim/vim/commit/8caaf82569a6bfec2b575997b3a84e5623eff12d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 1 18:11:22 2019 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Jun 2019 18:15:04 +0200
parents 998603a243d7
children 59e4148c0c73
comparison
equal deleted inserted replaced
16881:8d5af04e5336 16882:473e76401434
765 NULL 765 NULL
766 }; 766 };
767 767
768 static int included_patches[] = 768 static int included_patches[] =
769 { /* Add new patch number below this line */ 769 { /* Add new patch number below this line */
770 /**/
771 1442,
770 /**/ 772 /**/
771 1441, 773 1441,
772 /**/ 774 /**/
773 1440, 775 1440,
774 /**/ 776 /**/