vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit afa1dc937ec81ff7c46af9c53e6f715d757fb145 parent cb4bd848a48e61255f6fe7bf32641a289f76ecc2 Author: Marc André Tanner <mat@brain-dump.org> Date: Tue, 27 Dec 2016 23:18:29 +0100 build: configure ncurses with --disable-leaks Makes analysis with valgrind easier. Diffstat:
| M | GNUmakefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/GNUmakefile b/GNUmakefile @@ -31,7 +31,7 @@ LIBNCURSES_CONFIG = --disable-database --with-fallbacks=st,st-256color,xterm,xte --with-shared --enable-widec --enable-ext-colors --with-termlib=tinfo \ --without-ada --without-cxx --without-cxx-binding --without-manpages \ --without-tests --without-progs --without-debug --without-profile \ - --without-cxx-shared --without-termlib --without--ticlib + --without-cxx-shared --without-termlib --without--ticlib --disable-leaks dependency/build: mkdir -p "$@"