diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-02-07 16:04:54 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-02-07 16:18:25 +0100 |
| commit | 827575170a9c9a97ea0ccee32d4b0d4ceabb27a0 (patch) | |
| tree | 23caca67b93d559c72d726d18f24c08d7239121b /text-objects.h | |
| parent | 202146be752af88d7812dd3804e5234e692256ce (diff) | |
| download | vis-827575170a9c9a97ea0ccee32d4b0d4ceabb27a0.tar.gz vis-827575170a9c9a97ea0ccee32d4b0d4ceabb27a0.tar.xz | |
text-object: introduce text_object_filename
Diffstat (limited to 'text-objects.h')
| -rw-r--r-- | text-objects.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/text-objects.h b/text-objects.h index 727c271..e94d7c3 100644 --- a/text-objects.h +++ b/text-objects.h @@ -47,6 +47,7 @@ Filerange text_object_backtick(Text*, size_t pos); Filerange text_object_range(Text*, size_t pos, int (*isboundary)(int)); /* a number in either decimal, hex or octal format */ Filerange text_object_number(Text*, size_t pos); +Filerange text_object_filename(Text*, size_t pos); /* extend a range to cover whole lines */ Filerange text_range_linewise(Text*, Filerange*); |
