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 127b127..727c271 100644
--- a/text-objects.h
+++ b/text-objects.h
@@ -45,6 +45,8 @@ 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));
+/* a number in either decimal, hex or octal format */
+Filerange text_object_number(Text*, size_t pos);
/* extend a range to cover whole lines */
Filerange text_range_linewise(Text*, Filerange*);