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/amiga.vim b/src/testdir/amiga.vim index e0ca47a..79956d7 100644 --- a/src/testdir/amiga.vim +++ b/src/testdir/amiga.vim
@@ -2,3 +2,5 @@ set shell=csh map! /tmp t: cmap !rm !Delete all + +source setup.vim