comparison src/version.c @ 17306:16d5e91c5e5b v8.1.1652

patch 8.1.1652: GUI: popup window doesn't close on mouse movement commit https://github.com/vim/vim/commit/49fe95f22517b775506ef34681000d84bb417eb3 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 8 21:57:30 2019 +0200 patch 8.1.1652: GUI: popup window doesn't close on mouse movement Problem: GUI: popup window doesn't close on mouse movement. (Paul Jolly) Solution: Generate mouse-move events when a popup window is visible.
author Bram Moolenaar <Bram@vim.org>
date Mon, 08 Jul 2019 22:00:04 +0200
parents 9048b6fb05ce
children d04de6c49f59
comparison
equal deleted inserted replaced
17305:f60f78133fca 17306:16d5e91c5e5b
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 1652,
780 /**/ 782 /**/
781 1651, 783 1651,
782 /**/ 784 /**/
783 1650, 785 1650,
784 /**/ 786 /**/