aboutsummaryrefslogtreecommitdiff
path: root/vis-text-objects.c
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2018-03-14 10:52:10 +0100
committerMarc André Tanner <mat@brain-dump.org>2018-03-14 10:52:10 +0100
commit8c5bb848ce1d2ec20392a63afc9168605f9952c9 (patch)
tree2a94030762048d9b206827afb869bbaf74126cff /vis-text-objects.c
parentc0ae496520c9a4c975cf7268e0d4457f4b84acd3 (diff)
parent67a8de28cdc9496d5655b1a9c1bf4794004ca9f0 (diff)
downloadvis-8c5bb848ce1d2ec20392a63afc9168605f9952c9.tar.gz
vis-8c5bb848ce1d2ec20392a63afc9168605f9952c9.tar.xz
Merge branch 'paranthese-typo' of https://github.com/Two-Finger/vis
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] = {