From f1002cdc6d70bae0c5f68df1d91cd170189d4789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 7 Nov 2015 08:45:15 +0100 Subject: vis: introduce vis_cancel API --- vis.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vis.h') 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); -- cgit v1.2.3