From f5a693ee28131bfbe363daa43a2af557f9448da7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 14 Jan 2016 21:40:47 +0100 Subject: vis: move prompt handling to separate file --- vis.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vis.h') diff --git a/vis.h b/vis.h index 9be52e0..37d91c9 100644 --- a/vis.h +++ b/vis.h @@ -358,6 +358,8 @@ void vis_cancel(Vis*); /* execute a :-command (including an optinal range specifier) */ bool vis_cmd(Vis*, const char *cmd); +/* execute any kind (:,?,/) of prompt command */ +bool vis_prompt_cmd(Vis*, const char *cmd); /* given the start of a key, returns a pointer to the start of the one immediately * following as will be processed by the input system. skips over special keys -- cgit v1.2.3