summaryrefslogtreecommitdiff
path: root/src/input_handler.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_handler.hh')
-rw-r--r--src/input_handler.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/input_handler.hh b/src/input_handler.hh
index 54c5fd5b..32e9bfca 100644
--- a/src/input_handler.hh
+++ b/src/input_handler.hh
@@ -42,8 +42,7 @@ class InputMode;
enum class KeymapMode : char;
enum class CursorMode;
-using PromptCompleter = std::function<Completions (const Context&, CompletionFlags,
- StringView, ByteCount)>;
+using PromptCompleter = std::function<Completions (const Context&, StringView, ByteCount)>;
enum class InsertMode : unsigned
{
Insert,