2004-06-13 20:20:40 +00:00
|
|
|
" Settings for test script execution
|
|
|
|
" Always use "sh", don't use the value of "$SHELL".
|
|
|
|
set shell=sh
|
2016-07-12 22:51:22 +02:00
|
|
|
|
2017-02-01 18:07:38 +01:00
|
|
|
" Only when the +eval feature is present.
|
|
|
|
if 1
|
|
|
|
" While some tests overwrite $HOME to prevent them from polluting user files,
|
|
|
|
" we need to remember the original value so that we can tell external systems
|
|
|
|
" where to ask about their own user settings.
|
|
|
|
let g:tester_HOME = $HOME
|
|
|
|
endif
|
2017-02-01 12:08:47 +01:00
|
|
|
|
2016-07-12 22:51:22 +02:00
|
|
|
source setup.vim
|