1
0
forked from aniani/vim
Files
vim/src/testdir/vms.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

7 lines
113 B
VimL

" Settings for test script execution under OpenVMS
" Do not use any swap files
set noswapfile
source setup.vim