Tell Git to ignore .pyc files in icons folder
[MacVim.git] / src / testdir / dos.vim
blob27764db9d94d13c6a5ac8aede9e66d302309ff37
1 " Settings for test script execution
2 " Always use "COMMAND.COM", don't use the value of "$SHELL".
3 set shell=c:\COMMAND.COM shellquote= shellxquote= shellcmdflag=/c shellredir=>
4 " This is used only when the +eval feature is available.
5 if executable("cmd.exe")
6    set shell=cmd.exe
7 endif