mirror of
https://github.com/vim/vim.git
synced 2025-11-14 23:04:02 -05: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=>
|