diff --git a/src/commands.cc b/src/commands.cc index ba446b89..b12742f4 100644 --- a/src/commands.cc +++ b/src/commands.cc @@ -958,7 +958,7 @@ void define_command(const ParametersParser& parser, Context& context, const Shel else if (auto shell_cmd_opt = parser.get_switch("shell-candidates")) { String shell_cmd = shell_cmd_opt->str(); - Vector> candidates; + Vector, MemoryDomain::Completion> candidates; int token = -1; completer = [shell_cmd, candidates, token]( const Context& context, CompletionFlags flags, CommandParameters params,