1
0
forked from aniani/vim
Files
vim/src/testdir/unix.vim
Bram Moolenaar 89b10421ca patch 7.4.2031
Problem:    The list_lbr_utf8 test fails if ~/.vim/syntax/c.vim sets
            'textwidth' to a non-zero value. (Oyvind A. Holm)
Solution:   Add a setup.vim file that sets 'runtimepath' and $HOME to a safe
            value. (partly by Christian Brabandt, closes #912)
2016-07-12 22:51:22 +02:00

6 lines
120 B
VimL

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