aboutsummaryrefslogtreecommitdiffhomepage
path: root/complete.c
diff options
context:
space:
mode:
Diffstat (limited to 'complete.c')
-rw-r--r--complete.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/complete.c b/complete.c
index 5557bb0d..9a0f728f 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;