From d34ed26989a4775c3b5fd97355d72ef4a6552c71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Fri, 6 Nov 2015 22:05:44 +0100 Subject: vis: move motions to separate file --- vis.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vis.h') 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, -- cgit v1.2.3