1
0
forked from aniani/vim

patch 9.0.1649: syntax test failure causes script to abort

Problem:    Syntax test failure causes script to abort.
Solution:   Fix appending string to list.
This commit is contained in:
Bram Moolenaar 2023-06-22 23:04:11 +01:00
parent 031d632188
commit c6530c9d68
2 changed files with 3 additions and 1 deletions

View File

@ -163,7 +163,7 @@ for fname in glob('input/*.*', 1, 1)
call delete('done/' .. root)
call failed_tests->extend(root)
eval failed_tests->add(root)
if len(failed_tests) > MAX_FAILED_COUNT
call Message('')
call Message('Too many errors, aborting')

View File

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