vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 87f35dd836132a0ededa215188f429a6d55390a8 parent 5ea4c63cba406eb38c19edeaced43b93ce95d753 Author: Marc André Tanner <mat@brain-dump.org> Date: Tue, 26 Apr 2016 09:32:54 +0200 test/lua: silenced make clean Diffstat:
| M | lua/Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lua/Makefile b/lua/Makefile @@ -3,7 +3,7 @@ all: clean test clean: - rm -f *.out *.err + @rm -f *.out *.err test: @./test.sh