aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/unix.vim
blob: aa1f6a92bc238323c2f5fe32bf3d83074e7af0d6 (plain) (blame)
1
2
3
4
5
6
" 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