view src/testdir/dos.vim @ 30348:018f5bdd93df

Added tag v9.0.0509 for changeset ea2935ec4435f107d64c539b56109a1712bd88fc
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Sep 2022 13:00:05 +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