1
0
forked from aniani/vim

patch 8.2.3486: illegal memory access with invalid sequence of commands

Problem:    Illegal memory access with invalid sequence of commands.
Solution:   Do not call leave_block() when not in a try block. (closes #8966)
            Reset did_emsg so that exception is shown as an error.
This commit is contained in:
Bram Moolenaar
2021-10-06 22:08:11 +01:00
parent edd7a476fb
commit cce81e9673
3 changed files with 30 additions and 2 deletions

View File

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