comparison src/version.c @ 15087:6a74cde86252 v8.1.0554

patch 8.1.0554: popup menu overlaps with preview window commit https://github.com/vim/vim/commit/614ab8aa00346724bfc27980d25985d482269b75 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 1 11:59:00 2018 +0100 patch 8.1.0554: popup menu overlaps with preview window Problem: Popup menu overlaps with preview window. Solution: Adjust the height computation. (Hirohito Higashi, closes https://github.com/vim/vim/issues/3414)
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Dec 2018 12:00:07 +0100
parents 1783c0b6bc2e
children e428882d6ffb
comparison
equal deleted inserted replaced
15086:69acf1d6d719 15087:6a74cde86252
790 NULL 790 NULL
791 }; 791 };
792 792
793 static int included_patches[] = 793 static int included_patches[] =
794 { /* Add new patch number below this line */ 794 { /* Add new patch number below this line */
795 /**/
796 554,
795 /**/ 797 /**/
796 553, 798 553,
797 /**/ 799 /**/
798 552, 800 552,
799 /**/ 801 /**/