view src/testdir/dos.vim @ 16757:a4fcbc3db36e

Added tag v8.1.1380 for changeset ad0ef98aa5ed62e3bd55228cdd0ffed072350836
author Bram Moolenaar <Bram@vim.org>
date Fri, 24 May 2019 17:15:06 +0200
parents f0201deac2a2
children 1ee567e88a22
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