annotate src/testdir/dos.vim @ 35200:7f5de3ce54c8 default tip

runtime(doc): clarify temporary file clean up Commit: https://github.com/vim/vim/commit/5cf5301e2847c5a1a380ae030c58825b5c6fe275 Author: Christian Brabandt <cb@256bit.org> Date: Sat May 18 10:13:11 2024 +0200 runtime(doc): clarify temporary file clean up related: https://github.com/vim/vim/issues/14770 Co-authored-by: Enno <Konfekt@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 18 May 2024 10:30:03 +0200
parents f0201deac2a2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1 " Settings for test script execution
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2 " Always use "COMMAND.COM", don't use the value of "$SHELL".
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3 set shell=c:\COMMAND.COM shellquote= shellxquote= shellcmdflag=/c shellredir=>
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4 " This is used only when the +eval feature is available.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5 if executable("cmd.exe")
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6 set shell=cmd.exe
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7 endif
9501
f0201deac2a2 commit https://github.com/vim/vim/commit/89b10421ca1aea55acbafac1df93be4e20210ceb
Christian Brabandt <cb@256bit.org>
parents: 7
diff changeset
8
f0201deac2a2 commit https://github.com/vim/vim/commit/89b10421ca1aea55acbafac1df93be4e20210ceb
Christian Brabandt <cb@256bit.org>
parents: 7
diff changeset
9 source setup.vim