From 574567b125d1a81bb191cfecdecc76c70f216231 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 28 Sep 2020 15:42:14 +0200 Subject: text: move I/O related code to separate file This groups all I/O related code together to make it reusable in different core text data structure implementations. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4ef67fc..c43ed12 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ SRC = array.c \ map.c \ sam.c \ text.c \ + text-io.c \ text-motions.c \ text-objects.c \ text-util.c \ -- cgit v1.2.3