view src/testdir/dos.vim @ 7669:0ec0f4954306

Added tag v7.4.1133 for changeset 21b0a39d13ed7d9d25fd352112dffbabbdf85c17
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Jan 2016 13:30:06 +0100
parents 3fc0f57ecb91
children f0201deac2a2
line wrap: on
line source

" Settings for test script execution
" Always use "COMMAND.COM", don't use the value of "$SHELL".
set shell=c:\COMMAND.COM shellquote= shellxquote= shellcmdflag=/c shellredir=>
" This is used only when the +eval feature is available.
if executable("cmd.exe")
   set shell=cmd.exe
endif