From 97a345de50e45990980027ea71f1d0e8f2658ec6 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Thu, 27 Jul 2000 07:25:07 +0000 Subject: don't hide possible completions if there is only one and at the same time messages are shown (12394) --- Completion/Core/_main_complete | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Core/_main_complete b/Completion/Core/_main_complete index ee15a4b65..9b0972ca2 100644 --- a/Completion/Core/_main_complete +++ b/Completion/Core/_main_complete @@ -266,7 +266,7 @@ if [[ $compstate[old_list] = keep || nm -gt 1 ]]; then fi elif [[ nm -le 1 && -n "$_comp_mesg" ]]; then compstate[insert]='' - compstate[list]='list force messages' + compstate[list]='list force' elif [[ nm -eq 0 && -z "$_comp_mesg" && $#_lastdescr -ne 0 && $compstate[old_list] != keep ]] && zstyle -s ":completion:${curcontext}:warnings" format format; then -- cgit 1.4.1