view src/testdir/unix.vim @ 17988:397a49a22fb4 v8.1.1990

patch 8.1.1990: cannot build with eval but without cscope Commit: https://github.com/vim/vim/commit/a546b21b24cb61dcff7bf4a1aa43cfbfec60ce40 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 5 22:50:11 2019 +0200 patch 8.1.1990: cannot build with eval but without cscope Problem: Cannot build with eval but without cscope. Solution: Always include if_cscope.pro.
author Bram Moolenaar <Bram@vim.org>
date Thu, 05 Sep 2019 23:00:03 +0200
parents bfd636b8e259
children dbec60b8c253
line wrap: on
line source

" Settings for test script execution
" Always use "sh", don't use the value of "$SHELL".
set shell=sh

" 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

source setup.vim