aboutsummaryrefslogtreecommitdiff
path: root/editor.c
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-07-27 11:56:20 +0200
committerMarc André Tanner <mat@brain-dump.org>2015-07-28 13:21:49 +0200
commitb1302b29d9158bb62707203ea54fa5b13904ac15 (patch)
tree7816891578b604b66cdf485cf8d88f8f8c015eee /editor.c
parent57ffc7e18a1ac0b44d14fd8bc61442b7651dcd02 (diff)
downloadvis-b1302b29d9158bb62707203ea54fa5b13904ac15.tar.gz
vis-b1302b29d9158bb62707203ea54fa5b13904ac15.tar.xz
text: move utility functions to separate file
Diffstat (limited to 'editor.c')
-rw-r--r--editor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor.c b/editor.c
index a47c141..c94e9be 100644
--- a/editor.c
+++ b/editor.c
@@ -6,6 +6,7 @@
#include "editor.h"
#include "util.h"
#include "text-motions.h"
+#include "text-util.h"
static void file_free(Editor *ed, File *file);
static File *file_new(Editor *ed, const char *filename);