patch 8.2.3416: second error is reported while exception is being thrown

Problem:    Second error is reported while exception is being thrown.
Solution:   Do not check for trailing characters when already aborting.
            (closes #8842)
This commit is contained in:
Bram Moolenaar
2021-09-08 15:33:30 +02:00
parent fc3b775055
commit 36f691f5f1
3 changed files with 27 additions and 1 deletions

View File

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