xref: /vim-8.2.3635/src/testdir/dos.vim (revision bb76f24a)
1" Settings for test script execution
2" Always use "COMMAND.COM", don't use the value of "$SHELL".
3set shell=c:\COMMAND.COM shellquote= shellxquote= shellcmdflag=/c shellredir=>
4" This is used only when the +eval feature is available.
5if executable("cmd.exe")
6   set shell=cmd.exe
7endif
8
9source setup.vim
10