commit | f8e43f6107f3a83b8c74a84c4c8f99598e2dc4c0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 24 15:15:15 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 24 15:15:15 2022 +0000 |
tree | 2680c58532075caa477d253231fa63e15fc586e9 | |
parent | f4f0525c34d2aa32f214155b0dadcd274ed05dd1 [diff] [blame] |
patch 8.2.4619: mapping is cancelled when mouse moves and popup is visible Problem: Mapping is cancelled when mouse moves and popup is visible. Solution: Only generate mouse moved events when a popup may use them. (closes #10004)
diff --git a/src/version.c b/src/version.c index 39eefb5..693cebc 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4619, +/**/ 4618, /**/ 4617,