1
0
forked from aniani/vim
Files
vim/src/testdir/dos.vim
2004-06-13 20:20:40 +00:00

8 lines
286 B
VimL

" 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