view src/testdir/dos.vim @ 25027:ea3486f096df

Added tag v8.2.3050 for changeset fda44c0b4b7bc8bec2257841f840285744198c72
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Jun 2021 12:15:04 +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