aboutsummaryrefslogtreecommitdiff
path: root/vis-core.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-11-07 08:30:10 +0100
committerMarc André Tanner <mat@brain-dump.org>2015-11-07 08:30:10 +0100
commitef6ed089536d281fb0b3a274109f39ceb0586e02 (patch)
treeb252490cde495e2f7e7823df0535a7201b9e7b05 /vis-core.h
parentd34ed26989a4775c3b5fd97355d72ef4a6552c71 (diff)
downloadvis-ef6ed089536d281fb0b3a274109f39ceb0586e02.tar.gz
vis-ef6ed089536d281fb0b3a274109f39ceb0586e02.tar.xz
vis: move operators to separate file
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