vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 55b4e5d61d689fcec05045076d992b3acb3051fb parent 2082dd26999afdbb13a9c86e3519bd9de2672548 Author: Marc André Tanner <mat@brain-dump.org> Date: Thu, 22 Dec 2016 09:28:48 +0100 test/core: use smaller buffer/block sizes to force more memory allocations Diffstat:
| M | core/Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/Makefile b/core/Makefile @@ -2,7 +2,7 @@ ALL = text buffer map array SRC = $(wildcard ccan/*/*.c) -CFLAGS += -I. -I../.. +CFLAGS += -I. -I../.. -DBUFFER_SIZE=4 -DBLOCK_SIZE=4 test: $(ALL) @./text