summaryrefslogtreecommitdiff
path: root/src/commands.cc
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2024-04-19 15:40:33 +1000
committerMaxime Coste <mawww@kakoune.org>2024-04-19 15:40:33 +1000
commit63addb7faa2114701eb2df791b82e39e7ecfb4bc (patch)
treeb9fb1c6de51729df924125ecf9dcc3606544831a /src/commands.cc
parentb4fbfba24606159eb6f83c43a05a203d2d9135e2 (diff)
Use a nested command completer for the evaluate-commands command
Diffstat (limited to 'src/commands.cc')
-rw-r--r--src/commands.cc2
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) {