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 /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 'text-objects.c')
| -rw-r--r-- | text-objects.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/text-objects.c b/text-objects.c index fcd0158..b39d13c 100644 --- a/text-objects.c +++ b/text-objects.c @@ -274,7 +274,7 @@ Filerange text_object_angle_bracket(Text *txt, size_t pos) { return text_object_bracket(txt, pos, '>'); } -Filerange text_object_paranthese(Text *txt, size_t pos) { +Filerange text_object_parenthesis(Text *txt, size_t pos) { return text_object_bracket(txt, pos, ')'); } |
