vis

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

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

commit be9765e0e920b1f23f71b4b35362c6e1767c13f9
parent 230b3c1485318e3a028a53082627a128ddaa2754
Author: Josh Wainwright <josh.wainwright@ldra.com>
Date:   Thu, 21 Apr 2016 09:05:56 +0100

Show vis version when running tests

Diffstat:
Mlua/test.sh | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/lua/test.sh b/lua/test.sh @@ -1,5 +1,8 @@ #!/bin/bash +[ -z "$VIS" ] && VIS="../../vis" +$VIS -v + TESTS_OK=0 TESTS_RUN=0