view src/testdir/dos.vim @ 22778:3ec5f653f64d v8.2.1937

patch 8.2.1937: Vim9: test for confirm modifier fails in some situations Commit: https://github.com/vim/vim/commit/645cd3eb1fae784579fab11feea634bfaff9af49 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 1 20:04:57 2020 +0100 patch 8.2.1937: Vim9: test for confirm modifier fails in some situations Problem: Vim9: test for confirm modifier fails in some situations. Solution: Add a short wait. Handle failure better.
author Bram Moolenaar <Bram@vim.org>
date Sun, 01 Nov 2020 20:15:03 +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