aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2018-04-10 23:20:16 +0200
committerMarc André Tanner <mat@brain-dump.org>2018-04-10 23:20:16 +0200
commitbac1186a4497b011ac262e0bc9f602ee3872fec4 (patch)
treee9436627d3b95b7b47194938f0bed2febd2b1c0a /vis.h
parent82646f1b541185e4cb1874f4df584104e63db3df (diff)
parent0aea8e6e0aca678e3ea50b5a01d1e4e628f7fcad (diff)
downloadvis-bac1186a4497b011ac262e0bc9f602ee3872fec4.tar.gz
vis-bac1186a4497b011ac262e0bc9f602ee3872fec4.tar.xz
Merge branch 'typos' of https://github.com/Two-Finger/vis
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vis.h b/vis.h
index 152b672..eef0056 100644
--- a/vis.h
+++ b/vis.h
@@ -490,8 +490,8 @@ enum VisMotion {
VIS_MOVE_FUNCTION_END_NEXT,
VIS_MOVE_BLOCK_START,
VIS_MOVE_BLOCK_END,
- VIS_MOVE_PARENTHESE_START,
- VIS_MOVE_PARENTHESE_END,
+ VIS_MOVE_PARENTHESIS_START,
+ VIS_MOVE_PARENTHESIS_END,
VIS_MOVE_BRACKET_MATCH,
VIS_MOVE_LEFT_TO,
VIS_MOVE_RIGHT_TO,