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 --- view.c | 1 + 1 file changed, 1 insertion(+) (limited to 'view.c') diff --git a/view.c b/view.c index f30af09..875635f 100644 --- a/view.c +++ b/view.c @@ -24,6 +24,7 @@ #include "syntax.h" #include "text.h" #include "text-motions.h" +#include "text-util.h" #include "util.h" struct Selection { -- cgit v1.2.3