vis

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

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

commit eee0258aa43b01c2bf25201580ee91bcdc903e04
parent a2f9f90358df052fc62453e50804d9f335e13e08
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Thu, 17 Nov 2016 10:36:54 +0100

test/vim: ignore user supplied visrc.lua

Custom key bindings might interfere with the tests.

Diffstat:
Mvim/test.sh | 2++
Avim/visrc.lua | 0
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/vim/test.sh b/vim/test.sh @@ -11,6 +11,8 @@ TESTS=$1 TESTS_RUN=0 TESTS_OK=0 +export VIS_PATH=. + $VIM --version | head -1 $VIS -v diff --git a/vim/visrc.lua b/vim/visrc.lua