0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

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')