view src/testdir/dos.vim @ 24674:228af8f5523b

Added tag v8.2.2875 for changeset 53fd6370e4fd3f578f600d8a3df4f066b7f8cd50
author Bram Moolenaar <Bram@vim.org>
date Thu, 20 May 2021 21:15: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