diff --git a/complete.c b/complete.c index 5557bb0dd..9a0f728f1 100644 --- a/complete.c +++ b/complete.c @@ -417,6 +417,7 @@ static complete_entry_t *complete_get_exact_entry( const wchar_t *cmd, c->cmd = intern( cmd ); c->cmd_type = cmd_type; c->short_opt_str = wcsdup(L""); + c->authorative = 1; } return c;