aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h2
1 files changed, 2 insertions, 0 deletions
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