diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2018-03-14 10:52:10 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2018-03-14 10:52:10 +0100 |
| commit | 8c5bb848ce1d2ec20392a63afc9168605f9952c9 (patch) | |
| tree | 2a94030762048d9b206827afb869bbaf74126cff /vis-text-objects.c | |
| parent | c0ae496520c9a4c975cf7268e0d4457f4b84acd3 (diff) | |
| parent | 67a8de28cdc9496d5655b1a9c1bf4794004ca9f0 (diff) | |
| download | vis-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.c | 8 |
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] = { |
