aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
authorTwoFinger <Two-Finger@users.noreply.github.com>2018-03-30 04:52:10 +0300
committerTwoFinger <Two-Finger@users.noreply.github.com>2018-04-08 21:20:03 +0300
commit0aea8e6e0aca678e3ea50b5a01d1e4e628f7fcad (patch)
tree350e18fece8db3a78bf417b057f8aabedb58f47f /vis.h
parent36b573ad416f18e14f85d69cd5acf431b33fd48a (diff)
downloadvis-0aea8e6e0aca678e3ea50b5a01d1e4e628f7fcad.tar.gz
vis-0aea8e6e0aca678e3ea50b5a01d1e4e628f7fcad.tar.xz
Fix "parenthese" in identifiers
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,