comparison src/version.c @ 18922:23f68e3cb66e v8.2.0022

patch 8.2.0022: click in popup window doesn't close it in the GUI Commit: https://github.com/vim/vim/commit/0ce3733f7845013a66d90b193084a3664ad7ff99 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 18 21:33:22 2019 +0100 patch 8.2.0022: click in popup window doesn't close it in the GUI Problem: Click in popup window doesn't close it in the GUI. (Sergey Vlasov) Solution: When processing the selection also send a button release event. (closes #5367)
author Bram Moolenaar <Bram@vim.org>
date Wed, 18 Dec 2019 21:45:03 +0100
parents a76fdc6560c3
children a18d7782b80f
comparison
equal deleted inserted replaced
18921:0be724789d54 18922:23f68e3cb66e
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 22,
745 /**/ 747 /**/
746 21, 748 21,
747 /**/ 749 /**/
748 20, 750 20,
749 /**/ 751 /**/