view src/testdir/dos.vim @ 27853:dd203ec9a0e1 v8.2.4452

patch 8.2.4452: test for what 8.2.4436 fixes does not check for regression Commit: https://github.com/vim/vim/commit/2dada73a4ebffe2582af472ce362abd3116b58c9 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 23 10:52:41 2022 +0000 patch 8.2.4452: test for what 8.2.4436 fixes does not check for regression Problem: Test for what 8.2.4436 fixes does not check for regression. Solution: Set several options. (Ken Takata, closes https://github.com/vim/vim/issues/9830)
author Bram Moolenaar <Bram@vim.org>
date Wed, 23 Feb 2022 12:00: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