1
0
forked from aniani/vim

patch 9.0.1490: the ModeChanged event may be triggered too often

Problem:    The ModeChanged event may be triggered too often.
Solution:   Only trigger ModeChanged when no operator is pending.
            (closes #12298)
This commit is contained in:
zeertzjq
2023-04-26 16:50:19 +01:00
committed by Bram Moolenaar
parent 2f14716c46
commit 73916bac5a
3 changed files with 14 additions and 9 deletions

View File

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