diff options
Diffstat (limited to 'src/testdir/dos.vim')
-rw-r--r-- | src/testdir/dos.vim | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/testdir/dos.vim b/src/testdir/dos.vim new file mode 100644 index 000000000..27764db9d --- /dev/null +++ b/src/testdir/dos.vim @@ -0,0 +1,7 @@ +" 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 |