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