vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 6fca64f49d0bf9e05f182b0c038f27cd451ce0d6 parent b5ea30909de9ef6ec913e963457ddac0bf2b8e53 Author: Randy Palamar <randy@rnpnr.xyz> Date: Tue, 21 May 2024 19:51:46 -0600 Prepare to merge vis-test Diffstat:
| D | .gitmodules | | | 3 | --- |
| M | Makefile | | | 5 | ----- |
| D | test | | | 1 | - |
3 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/.gitmodules b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "test"] - path = test - url = https://github.com/martanne/vis-test diff --git a/Makefile b/Makefile @@ -147,12 +147,7 @@ profile: clean coverage: clean @$(MAKE) CFLAGS_EXTRA='--coverage' LDFLAGS_EXTRA='--coverage' -test-update: - git submodule init - git submodule update --remote --rebase - test: - [ -e test/Makefile ] || $(MAKE) test-update @$(MAKE) -C test testclean: diff --git a/test b/test @@ -1 +0,0 @@ -Subproject commit 783b7ef67aa360f0b9bd44fa5ea47e644bc49d69