1
0
forked from aniani/vim

patch 9.0.1501: crash with nested :try and :throw in catch block

Problem:    Crash with nested :try and :throw in catch block.
Solution:   Jump to :endtry before returning from function. (closes #12245)
This commit is contained in:
Bram Moolenaar
2023-04-30 18:50:48 +01:00
parent 58a44751ce
commit 3ef2e41128
3 changed files with 69 additions and 7 deletions

View File

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