vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit da2a596cac2d0845c8174a57998f161da7635607 parent d2b7f0371352db11316434547eb739ad4fc4ccdd Author: Marc André Tanner <mat@brain-dump.org> Date: Tue, 19 Apr 2016 16:15:31 +0200 Fix vis-test git submodule integration Diffstat:
| M | .gitmodules | | | 2 | +- |
| M | Makefile | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.gitmodules b/.gitmodules @@ -1,3 +1,3 @@ [submodule "test"] path = test - url = https://github.com/martanne/vis + url = https://github.com/martanne/vis-test diff --git a/Makefile b/Makefile @@ -59,7 +59,7 @@ test-update: git submodule update --remote --rebase test: - [ -d test ] || $(MAKE) test-update + [ -e test/Makefile ] || $(MAKE) test-update @$(MAKE) -C test clean: