From f6cb6319d6090230190177e50133fc91a8aab299 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 30 Aug 2016 00:55:01 +0100 Subject: [PATCH] Enable shell-candidates update in fast completion mode --- src/commands.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/commands.cc b/src/commands.cc index 9bcd9c3a..ac64c9c3 100644 --- a/src/commands.cc +++ b/src/commands.cc @@ -883,9 +883,6 @@ void define_command(const ParametersParser& parser, Context& context, const Shel if (token != token_to_complete) { - if (flags & CompletionFlags::Fast) // no shell on fast completion - return Completions{}; - ShellContext shell_context{ params, { { "token_to_complete", to_string(token_to_complete) } }