annotate src/testdir/dos.vim @ 4433:8a3ca4adb5d8
v7.3.965
updated for version 7.3.965
Problem: Python garbage collection not working properly.
Solution: Add support for garbage collection. (ZyX)
author |
Bram Moolenaar <bram@vim.org> |
date |
Fri, 17 May 2013 16:24:32 +0200 |
parents |
3fc0f57ecb91 |
children |
f0201deac2a2 |
rev |
line source |
7
|
1 " Settings for test script execution
|
|
2 " Always use "COMMAND.COM", don't use the value of "$SHELL".
|
|
3 set shell=c:\COMMAND.COM shellquote= shellxquote= shellcmdflag=/c shellredir=>
|
|
4 " This is used only when the +eval feature is available.
|
|
5 if executable("cmd.exe")
|
|
6 set shell=cmd.exe
|
|
7 endif
|