patch 8.2.4619: mapping is cancelled when mouse moves and popup is visible v8.2.4619
authorBram Moolenaar <Bram@vim.org>
Thu, 24 Mar 2022 15:15:15 +0000 (15:15 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 24 Mar 2022 15:15:15 +0000 (15:15 +0000)
commitf8e43f6107f3a83b8c74a84c4c8f99598e2dc4c0
tree2680c58532075caa477d253231fa63e15fc586e9
parentf4f0525c34d2aa32f214155b0dadcd274ed05dd1
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)
src/globals.h
src/gui.c
src/popupwin.c
src/version.c