1
0
forked from aniani/vim

patch 9.0.0812: GUI mouse scrollwheel mappings don't work

Problem:    GUI mouse scrollwheel mappings don't work.
Solution:   Add check for "gui.in_use". (Christopher Plewright, closes #11418)
This commit is contained in:
Christopher Plewright
2022-10-21 13:03:33 +01:00
committed by Bram Moolenaar
parent 2435adf8eb
commit 7fa02bcb3b
2 changed files with 6 additions and 1 deletions

View File

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