aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/unix.vim
blob: a7daacf8cfb7c5164847a9d29c3647660dd58f4d (plain) (blame)
1
2
3
4
5
6
7
8
9
" Settings for test script execution
" Always use "sh", don't use the value of "$SHELL".
set shell=sh

" Don't depend on system locale, always use utf-8
set encoding=utf-8

" Use safer defaults for various directories
set backupdir=. directory=. undodir=. viewdir=.