aboutsummaryrefslogtreecommitdiff
path: root/vis-text-objects.c
diff options
context:
space:
mode:
Diffstat (limited to 'vis-text-objects.c')
-rw-r--r--vis-text-objects.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/vis-text-objects.c b/vis-text-objects.c
index 446ac6d..43679f0 100644
--- a/vis-text-objects.c
+++ b/vis-text-objects.c
@@ -114,6 +114,9 @@ const TextObject vis_textobjects[] = {
[VIS_TEXTOBJECT_PARAGRAPH] = {
.txt = text_object_paragraph,
},
+ [VIS_TEXTOBJECT_PARAGRAPH_OUTER] = {
+ .txt = text_object_paragraph_outer,
+ },
[VIS_TEXTOBJECT_OUTER_SQUARE_BRACKET] = {
.txt = text_object_square_bracket,
.type = TEXTOBJECT_DELIMITED_OUTER,