aboutsummaryrefslogtreecommitdiff
path: root/text-objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'text-objects.h')
-rw-r--r--text-objects.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/text-objects.h b/text-objects.h
index a4babb5..3e08a91 100644
--- a/text-objects.h
+++ b/text-objects.h
@@ -32,4 +32,7 @@ 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);
+/* extend a range to cover whole lines */
+Filerange text_range_linewise(Text*, Filerange*);
+
#endif