From 0a3a82cd7d90abd206ce2cf9151d3cbed01a20af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 27 Feb 2018 16:17:55 +0100 Subject: vis: implement normal/outer paragraph text object --- text-objects.h | 1 + 1 file changed, 1 insertion(+) (limited to 'text-objects.h') 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 */ -- cgit v1.2.3