Patch 8.2.3457
Problem: MS-Windows Vim9: test executed and fails.
Solution: Add extra check for not being on MS-Windows.
Files: src/testdir/test_vim9_script.vim
*** ../vim-8.2.3456/src/testdir/test_vim9_script.vim 2021-09-08 11:31:31.862351834 +0100
--- src/testdir/test_vim9_script.vim 2021-09-26 20:13:45.866714267 +0100
***************
*** 4278,4283 ****
--- 4278,4287 ----
if !has('unix') || !has('job')
throw 'Skipped: not unix of missing +job feature'
endif
+ # FIXME: this check should not be needed
+ if has('win32')
+ throw 'Skipped: does not work on MS-Windows'
+ endif
var lines =<< trim END
vim9script
var source: list<number>
*** ../vim-8.2.3456/src/version.c 2021-09-26 19:03:59.662298673 +0100
--- src/version.c 2021-09-26 20:14:20.447067561 +0100
***************
*** 759,760 ****
--- 759,762 ----
{ /* Add new patch number below this line */
+ /**/
+ 3457,
/**/
--
hundred-and-one symptoms of being an internet addict:
64. The remote to the T.V. is missing...and you don't even care.
/// 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 ///