Mercurial > vim
view src/testdir/dos.vim @ 14667:289d3fac3399
Added tag v8.1.0346 for changeset 70fc1a842e2966e67826f2b4bc0121fbf33be3d5
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 02 Sep 2018 15:30:10 +0200 |
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