view src/testdir/dos.vim @ 25134:2edd38379795

Added tag v8.2.3103 for changeset e0baf334f1caf8057a85dac005bd57746e57baae
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Jul 2021 17:45: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