aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xvim/test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/test.sh b/vim/test.sh
index 3734268..7eb439d 100755
--- a/vim/test.sh
+++ b/vim/test.sh
@@ -23,6 +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"
{ 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