comparison src/version.c @ 21713:b997e872ff95 v8.2.1406

patch 8.2.1406: popupwindow lacks scrollbar if no "maxheight" is used Commit: https://github.com/vim/vim/commit/a1b9b0cc011ef15869ac25cb93e1b4baa0cb7f38 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 9 16:37:48 2020 +0200 patch 8.2.1406: popupwindow lacks scrollbar if no "maxheight" is used Problem: Popupwindow lacks scrollbar if no "maxheight" is used. Solution: Compute the max height depending on the position. (closes https://github.com/vim/vim/issues/6664)
author Bram Moolenaar <Bram@vim.org>
date Sun, 09 Aug 2020 16:45:04 +0200
parents d2dee69de7c7
children 571832713efa
comparison
equal deleted inserted replaced
21712:5294e38bd231 21713:b997e872ff95
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1406,
757 /**/ 759 /**/
758 1405, 760 1405,
759 /**/ 761 /**/
760 1404, 762 1404,
761 /**/ 763 /**/