diff options
| author | Maxime Coste <mawww@kakoune.org> | 2019-06-05 23:19:27 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2019-06-23 12:05:09 +1000 |
| commit | e613292568e9f66628135b5a1f468cc9ae85106d (patch) | |
| tree | 17d5074e6cb17528baaf38ff3acaf817e221a1a2 /src/input_handler.hh | |
| parent | a9e778fcc7f06a27f2d06da225f08110c9e2dca9 (diff) | |
Use register to store prompt history
Diffstat (limited to 'src/input_handler.hh')
| -rw-r--r-- | src/input_handler.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_handler.hh b/src/input_handler.hh index 0dc98b70..e9528a07 100644 --- a/src/input_handler.hh +++ b/src/input_handler.hh @@ -68,7 +68,7 @@ public: // returns to normal mode after validation if callback does // not change the mode itself void prompt(StringView prompt, String initstr, String emptystr, - Face prompt_face, PromptFlags flags, + Face prompt_face, PromptFlags flags, char history_register, PromptCompleter completer, PromptCallback callback); void set_prompt_face(Face prompt_face); |
