To: vim_dev@googlegroups.com Subject: Patch 9.0.1649 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.1649 (after 9.0.1648) Problem: Syntax test failure causes script to abort. Solution: Fix appending string to list. Files: runtime/syntax/testdir/runtest.vim *** ../vim-9.0.1648/runtime/syntax/testdir/runtest.vim 2023-06-22 22:38:47.976575036 +0100 --- runtime/syntax/testdir/runtest.vim 2023-06-22 23:00:50.265295869 +0100 *************** *** 163,169 **** call delete('done/' .. root) ! call failed_tests->extend(root) if len(failed_tests) > MAX_FAILED_COUNT call Message('') call Message('Too many errors, aborting') --- 163,169 ---- call delete('done/' .. root) ! eval failed_tests->add(root) if len(failed_tests) > MAX_FAILED_COUNT call Message('') call Message('Too many errors, aborting') *** ../vim-9.0.1648/src/version.c 2023-06-22 22:38:47.976575036 +0100 --- src/version.c 2023-06-22 23:03:04.913062533 +0100 *************** *** 697,698 **** --- 697,700 ---- { /* Add new patch number below this line */ + /**/ + 1649, /**/ -- hundred-and-one symptoms of being an internet addict: 215. Your mouse-clicking forearm rivals Popeye's. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///