comparison src/version.c @ 24784:288565c9b4e0 v8.2.2930

patch 8.2.2930: when a popup is visible a mouse move my restart Visual mode Commit: https://github.com/vim/vim/commit/85eee5b969485142b54337cadadd65a38e7d7396 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 3 20:34:57 2021 +0200 patch 8.2.2930: when a popup is visible a mouse move my restart Visual mode Problem: When a popup is visible a mouse move my restart Visual mode. Solution: Reset held_button when ending Visual mode. (closes https://github.com/vim/vim/issues/8318)
author Bram Moolenaar <Bram@vim.org>
date Thu, 03 Jun 2021 20:45:03 +0200
parents 8e5f75fa4918
children 524120691c3d
comparison
equal deleted inserted replaced
24783:d0385e7a51bf 24784:288565c9b4e0
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2930,
753 /**/ 755 /**/
754 2929, 756 2929,
755 /**/ 757 /**/
756 2928, 758 2928,
757 /**/ 759 /**/