aboutsummaryrefslogtreecommitdiff
path: root/vis-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vis-core.h')
-rw-r--r--vis-core.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/vis-core.h b/vis-core.h
index 2a4d514..069009b 100644
--- a/vis-core.h
+++ b/vis-core.h
@@ -170,8 +170,9 @@ extern Mode vis_modes[VIS_MODE_LAST];
extern Movement moves[VIS_MOVE_INVALID];
extern Operator ops[VIS_OP_INVALID];
+extern TextObject vis_textobjects[VIS_TEXTOBJECT_INVALID];
-const char *expandtab(Vis *vis);
+void action_do(Vis *vis, Action *a);
void macro_operator_stop(Vis *vis);
void macro_operator_record(Vis *vis);