From bb93d135ba484cd423ae71b1686c63ac2c1c654f Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 6 Dec 1999 11:39:12 +0000 Subject: zsh-workers/8911 --- Completion/Commands/_complete_help | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Completion/Commands') diff --git a/Completion/Commands/_complete_help b/Completion/Commands/_complete_help index cfefdcf90..446fb2a90 100644 --- a/Completion/Commands/_complete_help +++ b/Completion/Commands/_complete_help @@ -18,8 +18,7 @@ _complete_help() { tags in context \`${i}': ${help_tags[$i]}" done - compstate[list]=list - compstate[force_list]=yes + compstate[list]='list force' compstate[insert]='' compadd -UX "$text[2,-1]" -n '' -- cgit 1.4.1