1
0
forked from aniani/vim

patch 8.2.3448: :endtry after function call that throws not found

Problem:    :endtry after function call that throws not found.
Solution:   Do check for following :endtry if an exception is being thrown.
            (closes #8889)
This commit is contained in:
Bram Moolenaar
2021-09-18 15:25:52 +02:00
parent d2b98ab4ec
commit 1d34189ecb
3 changed files with 34 additions and 4 deletions

View File

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