forked from aniani/vim
4 lines
166 B
VimL
4 lines
166 B
VimL
" Settings for test script execution
|
|
" Always use "CMD.EXE", don't use the value of "$SHELL".
|
|
set shell=CMD.EXE shellquote= shellxquote= shellcmdflag=/c shellredir=>
|