commit | 89b10421ca1aea55acbafac1df93be4e20210ceb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 12 22:51:22 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 12 22:51:22 2016 +0200 |
tree | 1d1bc73cedd32510fd398da16a528b71e6f58e82 | |
parent | e048539195e1c0a060cf41b39fca118130bdc151 [diff] [blame] |
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)
diff --git a/src/testdir/dos.vim b/src/testdir/dos.vim index 27764db..3ea6ab2 100644 --- a/src/testdir/dos.vim +++ b/src/testdir/dos.vim
@@ -5,3 +5,5 @@ if executable("cmd.exe") set shell=cmd.exe endif + +source setup.vim