1
0
forked from aniani/vim

patch 8.2.3609: internal error when ModeChanged is triggered recursively

Problem:    Internal error when ModeChanged is triggered when v:event is
            already in use.
Solution:   Save and restore v:event if needed.
This commit is contained in:
Bram Moolenaar
2021-11-17 15:51:52 +00:00
parent 125ffd21f9
commit 3075a45592
7 changed files with 65 additions and 17 deletions

View File

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