view src/testdir/dos.vim @ 12983:7a9c4a8b1ceb

patch 8.0.1367: terminal test hangs, executing abcde commit https://github.com/vim/vim/commit/461fe50fea245b2b199d92ebce4d9875d856bd27 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 5 12:30:03 2017 +0100 patch 8.0.1367: terminal test hangs, executing abcde Problem: terminal test hangs, executing abcde. (Stucki) Solution: Rename abcde to abxde.
author Christian Brabandt <cb@256bit.org>
date Tue, 05 Dec 2017 12:45:04 +0100
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