view src/testdir/dos.vim @ 14384:6f01954c86e5

Added tag v8.1.0206 for changeset 8846b83444309722d72d62961e6eebe4df5846f2
author Christian Brabandt <cb@256bit.org>
date Mon, 23 Jul 2018 05:00:06 +0200
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