1
0
forked from aniani/vim

patch 8.2.3610: crash when ModeChanged triggered too early

Problem:    Crash when ModeChanged triggered too early.
Solution:   Trigger ModeChanged after setting VIsual.
This commit is contained in:
Bram Moolenaar
2021-11-17 16:52:40 +00:00
parent 3075a45592
commit a062006b9d
3 changed files with 12 additions and 2 deletions

View File

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