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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20230622220446.4BE661C029F%40moolenaar.net.