From 0aea8e6e0aca678e3ea50b5a01d1e4e628f7fcad Mon Sep 17 00:00:00 2001 From: TwoFinger Date: Fri, 30 Mar 2018 04:52:10 +0300 Subject: Fix "parenthese" in identifiers --- vis-motions.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vis-motions.c') 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] = { -- cgit v1.2.3