aboutsummaryrefslogtreecommitdiff
path: root/text-objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'text-objects.h')
-rw-r--r--text-objects.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/text-objects.h b/text-objects.h
index 72e9a8c..5656a8a 100644
--- a/text-objects.h
+++ b/text-objects.h
@@ -51,6 +51,8 @@ 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*);
+/* match all lines with same indendation level than the current one */
+Filerange text_object_indentation(Text*, size_t pos);
/* extend a range to cover whole lines */
Filerange text_range_linewise(Text*, Filerange*);