aboutsummaryrefslogtreecommitdiff
path: root/text-objects.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 /text-objects.c
parent57ffc7e18a1ac0b44d14fd8bc61442b7651dcd02 (diff)
downloadvis-b1302b29d9158bb62707203ea54fa5b13904ac15.tar.gz
vis-b1302b29d9158bb62707203ea54fa5b13904ac15.tar.xz
text: move utility functions to separate file
Diffstat (limited to 'text-objects.c')
-rw-r--r--text-objects.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/text-objects.c b/text-objects.c
index b06d680..d33132c 100644
--- a/text-objects.c
+++ b/text-objects.c
@@ -17,6 +17,7 @@
#include <ctype.h>
#include "text-motions.h"
#include "text-objects.h"
+#include "text-util.h"
#include "util.h"
#define isboundry is_word_boundry