Mercurial > vim
view src/testdir/dos.vim @ 19280:669bd4306d67
Added tag v8.2.0198 for changeset 25cb7ab433c6211bf50b64317ee8d89d994a52a4
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 02 Feb 2020 16:00:09 +0100 |
parents | f0201deac2a2 |
children | 1ee567e88a22 |
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