1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2019-08-18 19:23:45 +02:00
parent 9513d91be0
commit f0bc15c769
4 changed files with 48 additions and 2 deletions

View File

@@ -769,6 +769,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1884,
/**/
1883,
/**/