vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit fd5dfee2ec5cc4eeb940e00b87f9ae8e390ac8ba
parent 419b0975ac3b532ddfe6b45c7aea490b33a21731
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Thu, 21 Apr 2016 13:01:52 +0200

test/vim: try to force a more standardized vim environment/configuraion

Diffstat:
Mvim/test.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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