view src/testdir/dos.vim @ 12799:a27dc6d11c0a

Added tag v8.0.1276 for changeset 5ae0d05e046a19f6ba685657241333c19ecf74af
author Christian Brabandt <cb@256bit.org>
date Thu, 09 Nov 2017 13:30:06 +0100
parents f0201deac2a2
children
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

source setup.vim