diff options
| author | TwoFinger <Two-Finger@users.noreply.github.com> | 2018-03-30 04:52:10 +0300 |
|---|---|---|
| committer | TwoFinger <Two-Finger@users.noreply.github.com> | 2018-04-08 21:20:03 +0300 |
| commit | 0aea8e6e0aca678e3ea50b5a01d1e4e628f7fcad (patch) | |
| tree | 350e18fece8db3a78bf417b057f8aabedb58f47f /vis-motions.c | |
| parent | 36b573ad416f18e14f85d69cd5acf431b33fd48a (diff) | |
| download | vis-0aea8e6e0aca678e3ea50b5a01d1e4e628f7fcad.tar.gz vis-0aea8e6e0aca678e3ea50b5a01d1e4e628f7fcad.tar.xz | |
Fix "parenthese" in identifiers
Diffstat (limited to 'vis-motions.c')
| -rw-r--r-- | vis-motions.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vis-motions.c b/vis-motions.c index b72f280..5678003 100644 --- a/vis-motions.c +++ b/vis-motions.c @@ -493,12 +493,12 @@ const Movement vis_motions[] = { .txt = text_block_end, .type = JUMP, }, - [VIS_MOVE_PARENTHESE_START] = { - .txt = text_parenthese_start, + [VIS_MOVE_PARENTHESIS_START] = { + .txt = text_parenthesis_start, .type = JUMP, }, - [VIS_MOVE_PARENTHESE_END] = { - .txt = text_parenthese_end, + [VIS_MOVE_PARENTHESIS_END] = { + .txt = text_parenthesis_end, .type = JUMP, }, [VIS_MOVE_BRACKET_MATCH] = { |
