]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1884: cannot use mouse scroll wheel in popup in Insert mode v8.1.1884
authorBram Moolenaar <Bram@vim.org>
Sun, 18 Aug 2019 17:23:45 +0000 (19:23 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 18 Aug 2019 17:23:45 +0000 (19:23 +0200)
commitf0bc15c769b60f472d411b3ef98d57db510113c1
tree7f970397d8e98743ab01e33b707de5a97ded25ac
parent9513d91be02f654658b8b33ff429a52ff3c4de12
patch 8.1.1884: cannot use mouse scroll wheel in popup in Insert mode

Problem:    Cannot use mouse scroll wheel in popup in Insert mode.  Mouse
            clicks in popup close the popup menu.
Solution:   Check if the mouse is in a popup window. Do not let mouse events
            close the popup menu.  (closes #4544)
src/edit.c
src/insexpand.c
src/popupmnu.c
src/version.c