aboutsummaryrefslogtreecommitdiff
path: root/vis-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vis-core.h')
-rw-r--r--vis-core.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/vis-core.h b/vis-core.h
index 21c6be4..a667a4d 100644
--- a/vis-core.h
+++ b/vis-core.h
@@ -160,4 +160,11 @@ extern Mode vis_modes[VIS_MODE_LAST];
extern Movement moves[MOVE_INVALID];
+extern Operator ops[OP_INVALID];
+
+const char *expandtab(Vis *vis);
+
+void macro_operator_stop(Vis *vis);
+void macro_operator_record(Vis *vis);
+
#endif \ No newline at end of file