vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit 72666c33829ff1f43f243b38736bb55afc9a1e2e
parent d54664896b1a36b91e3d9afcbb8bb5148c2276ef
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Sat,  7 May 2016 15:24:46 +0200

test/core: update dependencies for text test case

Diffstat:
Mcore/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/Makefile b/core/Makefile @@ -13,7 +13,7 @@ config.h: @echo Generating ccan configuration header @${CC} ccan-config.c && ./a.out > config.h && rm -f a.out -text: config.h text.c ../../text.c ../../text-util.c +text: config.h text.c ../../text.c ../../text-util.c ../../text-motions.c ../../text-objects.c ../../text-regex.c @echo Compiling $@ binary @${CC} ${CFLAGS} ${CFLAGS_STD} ${filter %.c, $^} ${SRC} ${LDFLAGS} -o $@