diff options
| author | Maxime Coste <mawww@kakoune.org> | 2019-03-24 12:45:49 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2019-03-24 13:01:43 +1100 |
| commit | 045efdc49ed39f90d4a0be56b3a9e4896533e7e2 (patch) | |
| tree | f8e4af9025835832965177548ea650e064f8f1a0 /src/input_handler.hh | |
| parent | f412f9c561553664b66befb19953cb1e0858ceb9 (diff) | |
Extract shell script completion code into structs
Diffstat (limited to 'src/input_handler.hh')
| -rw-r--r-- | src/input_handler.hh | 3 |
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 { |
