1
0
forked from aniani/vim

patch 8.2.2351: Vim9: error msg for "throw" in function called with "silent!"

Problem:    Vim9: error message for "throw" in function that was called with
            "silent!".
Solution:   Do not throw the exception when not caught or displayed.
            (closes #7672)
This commit is contained in:
Bram Moolenaar
2021-01-14 21:47:06 +01:00
parent 033135eb8e
commit 8f81b22e86
3 changed files with 26 additions and 0 deletions

View File

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