mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-02-09 20:26:37 +01:00
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=>
|