aboutsummaryrefslogtreecommitdiff
path: root/text-objects.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2018-02-27 16:17:55 +0100
committerMarc André Tanner <mat@brain-dump.org>2018-02-27 18:57:40 +0100
commit0a3a82cd7d90abd206ce2cf9151d3cbed01a20af (patch)
treed8cddd0bc0389bec1a602b6eed83ee53da144b71 /text-objects.h
parentc0832d6fc7eace1c6da9867d8b327bf62c968098 (diff)
downloadvis-0a3a82cd7d90abd206ce2cf9151d3cbed01a20af.tar.gz
vis-0a3a82cd7d90abd206ce2cf9151d3cbed01a20af.tar.xz
vis: implement normal/outer paragraph text object
Diffstat (limited to 'text-objects.h')
-rw-r--r--text-objects.h1
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 */