1
0
forked from aniani/vim

patch 8.2.3470: crash with error in :catch and also in :finally

Problem:    Crash with error in :catch and also in :finally.
Solution:   Only discard an exception if there is one. (closes #8954)
This commit is contained in:
Bram Moolenaar
2021-10-04 18:52:19 +01:00
parent 50c5689342
commit a684a68409
3 changed files with 16 additions and 1 deletions

View File

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