diff options
| author | Maxime Coste <mawww@kakoune.org> | 2024-04-19 15:40:33 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2024-04-19 15:40:33 +1000 |
| commit | 63addb7faa2114701eb2df791b82e39e7ecfb4bc (patch) | |
| tree | b9fb1c6de51729df924125ecf9dcc3606544831a /src | |
| parent | b4fbfba24606159eb6f83c43a05a203d2d9135e2 (diff) | |
Use a nested command completer for the evaluate-commands command
Diffstat (limited to 'src')
| -rw-r--r-- | src/commands.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.cc b/src/commands.cc index cea69dd0..6cd091e2 100644 --- a/src/commands.cc +++ b/src/commands.cc @@ -2208,7 +2208,7 @@ const CommandDesc evaluate_commands_cmd = { }}), CommandFlags::None, CommandHelper{}, - CommandCompleter{}, + CommandManager::NestedCompleter{}, [](const ParametersParser& parser, Context& context, const ShellContext& shell_context) { context_wrap(parser, context, {}, [&](const ParametersParser& parser, Context& context) { |
