diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2020-09-26 18:44:17 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2020-10-10 10:48:10 +0200 |
| commit | dc73a99a0cdc6370e3428c39cab28e97aac745a4 (patch) | |
| tree | 533f46b722664b6fb1273a42bf14d5c538d0f8a0 /Makefile | |
| parent | 574567b125d1a81bb191cfecdecc76c70f216231 (diff) | |
| download | vis-dc73a99a0cdc6370e3428c39cab28e97aac745a4.tar.gz vis-dc73a99a0cdc6370e3428c39cab28e97aac745a4.tar.xz | |
text: move generic iterator functionality to separate file
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ SRC = array.c \ sam.c \ text.c \ text-io.c \ + text-iterator.c \ text-motions.c \ text-objects.c \ text-util.c \ |
