view src/testdir/dos.vim @ 24544:ed8d91abc6eb

Added tag v8.2.2811 for changeset b3bd27751e09712419710f41e19ea98ce179b763
author Bram Moolenaar <Bram@vim.org>
date Sun, 25 Apr 2021 16:45: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