1
0
forked from aniani/vim

patch 8.2.3076: Vim9: using try in catch block causes a hang

Problem:    Vim9: using try in catch block causes a hang.
Solution:   Save and restore the ec_in_catch flag. (closes #8478)
This commit is contained in:
Bram Moolenaar
2021-06-30 12:02:24 +02:00
parent 80b2ba3e96
commit 3f987b5917
3 changed files with 32 additions and 1 deletions

View File

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