summaryrefslogtreecommitdiff
path: root/src/completion.cc
diff options
context:
space:
mode:
authorEnrico Borba <enricozb@users.noreply.github.com>2024-12-23 09:23:58 +0100
committerGitHub <noreply@github.com>2024-12-23 09:23:58 +0100
commit52125e6336d596aebdd4da91080b3178ddca7449 (patch)
tree27d3e5c01660d567f22fee621c97753f294256b0 /src/completion.cc
parent14cb35f62b36b2f1aa530adb5e31c05ff1347bfc (diff)
parent9c458c50661446fc6e7295787b06422137af099d (diff)
Merge branch 'master' into enricozb/daemon-stdin
Diffstat (limited to 'src/completion.cc')
-rw-r--r--src/completion.cc4
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;