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 --- vis.c | 1 + 1 file changed, 1 insertion(+) (limited to 'vis.c') diff --git a/vis.c b/vis.c index 76e806d..216ee2f 100644 --- a/vis.c +++ b/vis.c @@ -35,6 +35,7 @@ #include "ui-curses.h" #include "editor.h" +#include "text-util.h" #include "text-motions.h" #include "text-objects.h" #include "util.h" -- cgit v1.2.3