aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-04-21 13:01:52 +0200
committerMarc André Tanner <mat@brain-dump.org>2016-05-01 10:25:56 +0200
commitf415d6bd97ebfabf042ef80d3638023a19b26051 (patch)
tree6d230d1ec3df9c35f9db6228de6fdf647c098a42 /vim
parentc1a22d5ac0b2b525812fa8da8c26b62b28b24638 (diff)
downloadvis-f415d6bd97ebfabf042ef80d3638023a19b26051.tar.gz
vis-f415d6bd97ebfabf042ef80d3638023a19b26051.tar.xz
test/vim: try to force a more standardized vim environment/configuraion
Diffstat (limited to 'vim')
-rwxr-xr-xvim/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/test.sh b/vim/test.sh
index 7eb439d..e8b02c2 100755
--- a/vim/test.sh
+++ b/vim/test.sh
@@ -23,7 +23,7 @@ for t in $TESTS; do
VIM_OUT="$t.$VIM.out"
printf "Running test %s with %s ... " "$t" "$e"
rm -f "$OUT" "$ERR"
- [ "$e" = "$VIM" ] && EDITOR="$VIM -u NONE"
+ [ "$e" = "$VIM" ] && EDITOR="$VIM -u NONE -U NONE -N -i NONE"
{ cat "$t.keys"; printf "<Escape>:wq! $OUT<Enter>"; } | cpp -P 2>/dev/null | ../util/keys | $EDITOR "$t.in" 2> /dev/null
if [ "$e" = "$VIM" ]; then
if [ -e "$REF" ]; then