summaryrefslogtreecommitdiff
path: root/src/input_handler.hh
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2019-03-24 12:45:49 +1100
committerMaxime Coste <mawww@kakoune.org>2019-03-24 13:01:43 +1100
commit045efdc49ed39f90d4a0be56b3a9e4896533e7e2 (patch)
treef8e4af9025835832965177548ea650e064f8f1a0 /src/input_handler.hh
parentf412f9c561553664b66befb19953cb1e0858ceb9 (diff)
Extract shell script completion code into structs
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 35dc718a..0dc98b70 100644
--- a/src/input_handler.hh
+++ b/src/input_handler.hh
@@ -48,8 +48,7 @@ enum class KeymapMode : char;
enum class CursorMode;
using PromptCompleter = std::function<Completions (const Context&, CompletionFlags,
- StringView, ByteCount)>;
-
+ StringView, ByteCount)>;
class InputHandler : public SafeCountable
{