aboutsummaryrefslogtreecommitdiff
path: root/vis-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vis-core.h')
-rw-r--r--vis-core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vis-core.h b/vis-core.h
index 6ee25f3..6940eaf 100644
--- a/vis-core.h
+++ b/vis-core.h
@@ -95,6 +95,7 @@ typedef Buffer Macro;
typedef struct { /** collects all information until an operator is executed */
int count;
+ enum VisMode mode;
enum VisMotionType type;
const Operator *op;
const Movement *movement;