vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit b3f97540d810dd626b5c00b0e2c5fc51634c71eb parent 519e67d3b337581257f6eef7702513edad85bd34 Author: Marc André Tanner <mat@brain-dump.org> Date: Fri, 6 Nov 2015 20:26:07 +0100 build: add VIS_PATH=. to suggested execution after make local Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -199,7 +199,7 @@ dependencies-full: dependency/sources/install-libncurses dependencies local: dependencies CFLAGS="$(CFLAGS) -I$(DEPS_INC)" LDFLAGS="$(LDFLAGS) -L$(DEPS_LIB)" make CFLAGS_LUA= CFLAGS_TERMKEY= LDFLAGS_LUA=-llua LDFLAGS_TERMKEY=-ltermkey - @echo Run with: LD_LIBRARY_PATH=$(DEPS_LIB) ./vis + @echo Run with: LD_LIBRARY_PATH=$(DEPS_LIB) VIS_PATH=. ./vis standalone: dependency/sources/install-libmusl PATH=$(DEPS_BIN):$$PATH CC=musl-gcc PKG_CONFIG_PATH= PKG_CONFIG_LIBDIR= CFLAGS=-I$(DEPS_INC)/ncursesw $(MAKE) dependencies-full