diff options
Diffstat (limited to 'src/completion.cc')
| -rw-r--r-- | src/completion.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/completion.cc b/src/completion.cc index 762a0413..c44319d8 100644 --- a/src/completion.cc +++ b/src/completion.cc @@ -2,13 +2,13 @@ #include "file.hh" #include "context.hh" #include "option_types.hh" +#include "option_manager.hh" #include "regex.hh" namespace Kakoune { -Completions shell_complete(const Context& context, CompletionFlags flags, - StringView prefix, ByteCount cursor_pos) +Completions shell_complete(const Context& context, StringView prefix, ByteCount cursor_pos) { ByteCount word_start = 0; ByteCount word_end = 0; |
