From ef6ed089536d281fb0b3a274109f39ceb0586e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 7 Nov 2015 08:30:10 +0100 Subject: vis: move operators to separate file --- vis-core.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'vis-core.h') 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 -- cgit v1.2.3