diff options
Diffstat (limited to 'text-objects.h')
| -rw-r--r-- | text-objects.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/text-objects.h b/text-objects.h index 384de5f..5be783b 100644 --- a/text-objects.h +++ b/text-objects.h @@ -29,6 +29,7 @@ Filerange text_object_line(Text*, size_t pos); Filerange text_object_line_inner(Text*, size_t pos); Filerange text_object_sentence(Text*, size_t pos); Filerange text_object_paragraph(Text*, size_t pos); +Filerange text_object_paragraph_outer(Text*, size_t pos); /* these are inner text objects i.e. the delimiters themself are not * included in the range */ |
