1
0
forked from aniani/vim

patch 8.2.3077: Vim9: an error in a catch block is not reported

Problem:    Vim9: an error in a catch block is not reported.
Solution:   Put the "in catch" flag in the try stack. (closes #8478)
This commit is contained in:
Bram Moolenaar
2021-06-30 19:54:43 +02:00
parent 3f987b5917
commit d3d8feeb89
3 changed files with 57 additions and 9 deletions

View File

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