diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-07-27 11:56:20 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-07-28 13:21:49 +0200 |
| commit | b1302b29d9158bb62707203ea54fa5b13904ac15 (patch) | |
| tree | 7816891578b604b66cdf485cf8d88f8f8c015eee /text-objects.c | |
| parent | 57ffc7e18a1ac0b44d14fd8bc61442b7651dcd02 (diff) | |
| download | vis-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.c | 1 |
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 |
