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.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/input_handler.hh b/src/input_handler.hh
index dd475c92..32e9bfca 100644
--- a/src/input_handler.hh
+++ b/src/input_handler.hh
@@ -2,9 +2,10 @@
#define input_handler_hh_INCLUDED
#include "completion.hh"
-#include "constexpr_utils.hh"
+#include "array.hh"
#include "context.hh"
#include "env_vars.hh"
+#include "enum.hh"
#include "face.hh"
#include "normal.hh"
#include "optional.hh"
@@ -41,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,