From b1302b29d9158bb62707203ea54fa5b13904ac15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 27 Jul 2015 11:56:20 +0200 Subject: text: move utility functions to separate file --- text-objects.c | 1 + 1 file changed, 1 insertion(+) (limited to 'text-objects.c') 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 #include "text-motions.h" #include "text-objects.h" +#include "text-util.h" #include "util.h" #define isboundry is_word_boundry -- cgit v1.2.3