view src/testdir/dos.vim @ 19927:473ecb2b52c1

Added tag v8.2.0519 for changeset d286bfc441496bfce303766c8f36b871ae6d4983
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Apr 2020 22:15:37 +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