commit | 445f11d5bcfddfa194ebd12b029228c7e957f94c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 08 20:13:31 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 08 20:13:31 2021 +0200 |
tree | e68aafe3970bdd1e79daa1cc4c7432d21cdad23d | |
parent | dc73b4b75de0134db3dffa6e631daf6cae817545 [diff] [blame] |
patch 8.2.2963: GUI: mouse move may start Visual mode with a popup visible Problem: GUI: mouse move may start Visual mode with a popup visible. Solution: Add special code for mouse move. (closes #8318)
diff --git a/src/version.c b/src/version.c index 08cb9c9..cea97e8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2963, +/**/ 2962, /**/ 2961,