view src/testdir/dos.vim @ 25456:b6b6400dee89

Added tag v8.2.3264 for changeset e7c02cbe701fc72be7e66e6b61a76743d6f2ce23
author Bram Moolenaar <Bram@vim.org>
date Sun, 01 Aug 2021 12:15: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