1
0
forked from aniani/vim

patch 8.2.2832: operator cancelled by moving mouse when using popup

Problem:    Operator cancelled by moving mouse when using popup. (Sergey
            Vlasov)
Solution:   Do not trigger an operator for a mouse move events. (closes #8176)
This commit is contained in:
Bram Moolenaar
2021-05-04 21:56:28 +02:00
parent 0279510444
commit 1ad72c8eb6
2 changed files with 5 additions and 2 deletions

View File

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