diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-03-05 11:11:18 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-03-05 11:11:18 +0100 |
| commit | 2bfffb448d980b4de5a1fd964299449a8650aa06 (patch) | |
| tree | e18a5fbce0981d83a3017c5f7f31a3ab6d0ce72a /text-objects.h | |
| parent | 2421ed8c4c609e8efcb1927275853a4d29be81eb (diff) | |
| download | vis-2bfffb448d980b4de5a1fd964299449a8650aa06.tar.gz vis-2bfffb448d980b4de5a1fd964299449a8650aa06.tar.xz | |
text-object: remove C implementation of file name text object
This is no longer needed now that the completion logic was
moved to Lua.
Diffstat (limited to 'text-objects.h')
| -rw-r--r-- | text-objects.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/text-objects.h b/text-objects.h index 9b7e9de..384de5f 100644 --- a/text-objects.h +++ b/text-objects.h @@ -39,9 +39,6 @@ Filerange text_object_paranthese(Text*, size_t pos); Filerange text_object_quote(Text*, size_t pos); Filerange text_object_single_quote(Text*, size_t pos); Filerange text_object_backtick(Text*, size_t pos); -/* text object delimited by arbitrary chars for which isboundary returns non-zero */ -Filerange text_object_range(Text*, size_t pos, int (*isboundary)(int)); -Filerange text_object_filename(Text*, size_t pos); /* match a search term in either forward or backward direction */ Filerange text_object_search_forward(Text*, size_t pos, Regex*); Filerange text_object_search_backward(Text*, size_t pos, Regex*); |
