aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-11-06 22:05:44 +0100
committerMarc André Tanner <mat@brain-dump.org>2015-11-07 08:52:50 +0100
commitd34ed26989a4775c3b5fd97355d72ef4a6552c71 (patch)
tree4a4077a40ac481cef3e4df70fa7b8d969805043c /vis.h
parentfa1eb7921e7c35a0d587a5c0da30a4c47d65a848 (diff)
downloadvis-d34ed26989a4775c3b5fd97355d72ef4a6552c71.tar.gz
vis-d34ed26989a4775c3b5fd97355d72ef4a6552c71.tar.xz
vis: move motions to separate file
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vis.h b/vis.h
index 78d8ad1..b3871b6 100644
--- a/vis.h
+++ b/vis.h
@@ -209,6 +209,7 @@ enum VisMotion {
MOVE_JUMPLIST_NEXT,
MOVE_JUMPLIST_PREV,
MOVE_NOP,
+ MOVE_INVALID,
/* pseudo motions: keep them at the end to save space in array definition */
MOVE_TOTILL_REPEAT,
MOVE_TOTILL_REVERSE,