diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2020-09-28 15:42:14 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2020-10-10 10:48:10 +0200 |
| commit | 574567b125d1a81bb191cfecdecc76c70f216231 (patch) | |
| tree | b6ffbff29ade3306506ef917c2875b2d377f20fd /Makefile | |
| parent | a889c06ffe1bae1659a976d812c76433e6b69e51 (diff) | |
| download | vis-574567b125d1a81bb191cfecdecc76c70f216231.tar.gz vis-574567b125d1a81bb191cfecdecc76c70f216231.tar.xz | |
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.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |
