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.h | |
| 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.h')
| -rw-r--r-- | text-objects.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/text-objects.h b/text-objects.h index 5be783b..eb5f65f 100644 --- a/text-objects.h +++ b/text-objects.h @@ -36,7 +36,7 @@ Filerange text_object_paragraph_outer(Text*, size_t pos); Filerange text_object_square_bracket(Text*, size_t pos); Filerange text_object_curly_bracket(Text*, size_t pos); Filerange text_object_angle_bracket(Text*, size_t pos); -Filerange text_object_paranthese(Text*, size_t pos); +Filerange text_object_parenthesis(Text*, size_t pos); Filerange text_object_quote(Text*, size_t pos); Filerange text_object_single_quote(Text*, size_t pos); Filerange text_object_backtick(Text*, size_t pos); |
