view src/testdir/dos.vim @ 18146:591db862249a v8.1.2068

patch 8.1.2068: test for SafeState and SafeStateAgain may fail Commit: https://github.com/vim/vim/commit/513537bfff59b94a26c63ab2bd458f21d4be774e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 22 23:03:58 2019 +0200 patch 8.1.2068: test for SafeState and SafeStateAgain may fail Problem: Test for SafeState and SafeStateAgain may fail. Solution: Accept more possible responses
author Bram Moolenaar <Bram@vim.org>
date Sun, 22 Sep 2019 23:15:03 +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