Patch 9.0.1649

6 views
Skip to first unread message

Bram Moolenaar

unread,
Jun 22, 2023, 6:04:53 PM6/22/23
to vim...@googlegroups.com

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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages