Patch 9.0.0257

5 views
Skip to first unread message

Bram Moolenaar

unread,
Aug 24, 2022, 12:47:14 PM8/24/22
to vim...@googlegroups.com

Patch 9.0.0257 (after 9.0.0253)
Problem: "->" in ":scriptnames" output not tested yet.
Solution: Add a check.
Files: src/testdir/test_vim9_import.vim


*** ../vim-9.0.0256/src/testdir/test_vim9_import.vim 2022-08-24 16:30:30.690752449 +0100
--- src/testdir/test_vim9_import.vim 2022-08-24 17:42:39.287553902 +0100
***************
*** 2942,2947 ****
--- 2942,2952 ----
assert_equal(1, len(infoTo))
assert_equal(1, len(infoFrom))
assert_equal(infoTo[0].sid, infoFrom[0].sourced)
+ var output: string
+ redir => output
+ scriptnames
+ redir END
+ assert_match(infoFrom[0].sid .. '->' .. infoFrom[0].sourced .. '.*Xfrom', output)

unlet g:resultFunc
unlet g:resultValue
*** ../vim-9.0.0256/src/version.c 2022-08-24 17:32:31.973668840 +0100
--- src/version.c 2022-08-24 17:45:44.933400552 +0100
***************
*** 733,734 ****
--- 733,736 ----
{ /* Add new patch number below this line */
+ /**/
+ 257,
/**/

--
VOICE OVER: As the horrendous Black Beast lunged forward, escape for Arthur
and his knights seemed hopeless, when, suddenly ... the animator
suffered a fatal heart attack.
ANIMATOR: Aaaaagh!
VOICE OVER: The cartoon peril was no more ... The Quest for Holy Grail could
continue.
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD

/// 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