view src/testdir/dos.vim @ 26273:b80809869668

Added tag v8.2.3667 for changeset 58a7c651c3132dfbbb0000d25339a85feee81280
author Bram Moolenaar <Bram@vim.org>
date Wed, 24 Nov 2021 21:00:05 +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