blob: 3134d341a31466234f7f678f2d71998f2cc12c99 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001" Settings for test script execution
2" Always use "COMMAND.COM", don't use the value of "$SHELL".
3set shell=c:\COMMAND.COM shellquote= shellxquote= shellcmdflag=/c shellredir=>
4" This is used only when the +eval feature is available.
5if executable("cmd.exe")
Milly4f5681d2024-10-20 11:06:00 +02006 set shell=cmd.exe shellcmdflag=/D\ /c
Bram Moolenaar071d4272004-06-13 20:20:40 +00007endif
Bram Moolenaar89b10422016-07-12 22:51:22 +02008
Christian Brabandteb380b92025-07-07 20:53:55 +02009source util/setup.vim