summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2016-08-30 00:55:01 +0100
committerMaxime Coste <frrrwww@gmail.com>2016-08-30 00:55:01 +0100
commitf6cb6319d6090230190177e50133fc91a8aab299 (patch)
treebcfaaeead0114a5f2ef7f09b5b6ba518d4969aa5 /src
parentf52f5f7c53e8a4f0137d5ce66526e1ded33c235c (diff)
Enable shell-candidates update in fast completion mode
Diffstat (limited to 'src')
-rw-r--r--src/commands.cc3
1 files changed, 0 insertions, 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) } }