view src/testdir/dos.vim @ 25083:05c4686c56d2

Added tag v8.2.3078 for changeset 5c7a09cf97a1b0ca617f7942d9ecb1dcff1b21d1
author Bram Moolenaar <Bram@vim.org>
date Wed, 30 Jun 2021 20:45:05 +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