xref: /vim-8.2.3635/src/testdir/dos.vim (revision 89b10421)
1071d4279SBram Moolenaar" Settings for test script execution
2071d4279SBram Moolenaar" Always use "COMMAND.COM", don't use the value of "$SHELL".
3071d4279SBram Moolenaarset shell=c:\COMMAND.COM shellquote= shellxquote= shellcmdflag=/c shellredir=>
4071d4279SBram Moolenaar" This is used only when the +eval feature is available.
5071d4279SBram Moolenaarif executable("cmd.exe")
6071d4279SBram Moolenaar   set shell=cmd.exe
7071d4279SBram Moolenaarendif
8*89b10421SBram Moolenaar
9*89b10421SBram Moolenaarsource setup.vim
10