view src/testdir/setup.vim @ 9719:219dbe63ad2a v7.4.2135

commit https://github.com/vim/vim/commit/89eaa4185efacab253b23a182c1c8a7bbf1096c9 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 31 14:17:27 2016 +0200 patch 7.4.2135 Problem: Various tiny issues. Solution: Update comments, white space, etc.
author Christian Brabandt <cb@256bit.org>
date Sun, 31 Jul 2016 14:30:05 +0200
parents f0201deac2a2
children 4360b2b46125
line wrap: on
line source

" Common preparations for running tests.

" Make sure 'runtimepath' does not include $HOME.
set rtp=$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after

" Only when the +eval feature is present. 
if 1
  " Make sure $HOME does not get read or written.
  let $HOME = '/does/not/exist'
endif