view src/testdir/dos.vim @ 33628:c6eb68563123

Added tag v9.0.2055 for changeset 41c64cb748c18422531e416bf5263800d0cb76f4
author Christian Brabandt <cb@256bit.org>
date Fri, 20 Oct 2023 12:15:04 +0200
parents f0201deac2a2
children
line wrap: on
line source

" Settings for test script execution
" Always use "COMMAND.COM", don't use the value of "$SHELL".
set shell=c:\COMMAND.COM shellquote= shellxquote= shellcmdflag=/c shellredir=>
" This is used only when the +eval feature is available.
if executable("cmd.exe")
   set shell=cmd.exe
endif

source setup.vim