1" Settings for test script execution 2" Always use "sh", don't use the value of "$SHELL". 3set shell=sh 4 5" Only when the +eval feature is present. 6if 1 7 " While some tests overwrite $HOME to prevent them from polluting user files, 8 " we need to remember the original value so that we can tell external systems 9 " where to ask about their own user settings. 10 let g:tester_HOME = $HOME 11endif 12 13source setup.vim 14