comparison src/version.c @ 17194:f4c6c1bc5e41 v8.1.1596

patch 8.1.1596: when resizing the screen may draw popup in wrong position commit https://github.com/vim/vim/commit/c2a43165004f944a909428e80700130745c08ed0 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 26 01:03:53 2019 +0200 patch 8.1.1596: when resizing the screen may draw popup in wrong position Problem: When resizing the screen may draw popup in wrong position. (Masato Nishihata) Solution: Check the popup is not outside of the screen. (fixes #4592)
author Bram Moolenaar <Bram@vim.org>
date Wed, 26 Jun 2019 01:15:17 +0200
parents b8fafffb537b
children 983950357c40
comparison
equal deleted inserted replaced
17193:1bd075bf6f8b 17194:f4c6c1bc5e41
775 NULL 775 NULL
776 }; 776 };
777 777
778 static int included_patches[] = 778 static int included_patches[] =
779 { /* Add new patch number below this line */ 779 { /* Add new patch number below this line */
780 /**/
781 1596,
780 /**/ 782 /**/
781 1595, 783 1595,
782 /**/ 784 /**/
783 1594, 785 1594,
784 /**/ 786 /**/