aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/setup.vim
blob: a4874a4c962668e0407106d8c01ca628745683ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
" Common preparations for running tests.

set noruler
set noshowcmd
set belloff=
set sidescroll=0

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

" Make sure $HOME does not get read or written.
let $HOME = '/does/not/exist'