aboutsummaryrefslogtreecommitdiff
path: root/text-objects.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2020-07-26 17:37:29 +0200
committerMarc André Tanner <mat@brain-dump.org>2020-08-01 14:59:32 +0200
commit9e36ee296ebfa8aed74b440b18634d91859a2069 (patch)
treec4babe2fd313f33ccc4dc615d3506be4e4e8702d /text-objects.h
parentd1d5853517685cc9a7968784b9b0c4b505fd7bfa (diff)
downloadvis-9e36ee296ebfa8aed74b440b18634d91859a2069.tar.gz
vis-9e36ee296ebfa8aed74b440b18634d91859a2069.tar.xz
vis: remove ie inner entire text object
Diffstat (limited to 'text-objects.h')
-rw-r--r--text-objects.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/text-objects.h b/text-objects.h
index eb5f65f..abab46e 100644
--- a/text-objects.h
+++ b/text-objects.h
@@ -11,8 +11,6 @@
/* return range covering the entire text */
Filerange text_object_entire(Text*, size_t pos);
-/* entire document except leading and trailing empty lines */
-Filerange text_object_entire_inner(Text*, size_t pos);
/* word which happens to be at pos without any neighbouring white spaces */
Filerange text_object_word(Text*, size_t pos);
/* includes trailing white spaces. if at pos happens to be a white space