diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-01-14 21:40:47 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-01-14 21:40:47 +0100 |
| commit | f5a693ee28131bfbe363daa43a2af557f9448da7 (patch) | |
| tree | 2a57b24229302609f1de75da155e0d4766b21e3b /vis.h | |
| parent | 3a058c2bec89cb12817a56c65119bb81b134c000 (diff) | |
| download | vis-f5a693ee28131bfbe363daa43a2af557f9448da7.tar.gz vis-f5a693ee28131bfbe363daa43a2af557f9448da7.tar.xz | |
vis: move prompt handling to separate file
Diffstat (limited to 'vis.h')
| -rw-r--r-- | vis.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
