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.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/vis-text-objects.c b/vis-text-objects.c
index 43679f0..ab16672 100644
--- a/vis-text-objects.c
+++ b/vis-text-objects.c
@@ -141,12 +141,12 @@ const TextObject vis_textobjects[] = {
.txt = text_object_angle_bracket,
.type = TEXTOBJECT_DELIMITED_INNER,
},
- [VIS_TEXTOBJECT_OUTER_PARANTHESE] = {
- .txt = text_object_paranthese,
+ [VIS_TEXTOBJECT_OUTER_PARENTHESIS] = {
+ .txt = text_object_parenthesis,
.type = TEXTOBJECT_DELIMITED_OUTER,
},
- [VIS_TEXTOBJECT_INNER_PARANTHESE] = {
- .txt = text_object_paranthese,
+ [VIS_TEXTOBJECT_INNER_PARENTHESIS] = {
+ .txt = text_object_parenthesis,
.type = TEXTOBJECT_DELIMITED_INNER,
},
[VIS_TEXTOBJECT_OUTER_QUOTE] = {