aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vis.h b/vis.h
index 23761b6..8e69806 100644
--- a/vis.h
+++ b/vis.h
@@ -320,6 +320,7 @@ void vis_register_set(Vis*, enum VisRegister);
Register *vis_register_get(Vis*, enum VisRegister);
void vis_repeat(Vis*);
+void vis_cancel(Vis*);
/* execute a :-command (call without without leading ':') */
bool vis_cmd(Vis*, const char *cmd);