1
0
forked from aniani/vim

patch 8.2.2370: Vim9: command fails in catch block

Problem:    Vim9: command fails in catch block.
Solution:   Reset force_abort and need_rethrow. (closes #7692)
This commit is contained in:
Bram Moolenaar
2021-01-17 19:20:32 +01:00
parent 3af15ab788
commit 1430ceeb2d
3 changed files with 40 additions and 0 deletions

View File

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