view src/testdir/dos.vim @ 15960:ee37b47d6a33

Added tag v8.1.0985 for changeset 4feaa025491bd4f089ed9ebde53a98fcec19a450
author Bram Moolenaar <Bram@vim.org>
date Thu, 28 Feb 2019 06:30:12 +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