From 45a6914ed7b944a5e974399ca91a2b39e1727b26 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Wed, 28 Jun 2000 09:42:50 +0000 Subject: reset _comp_mesg (saying whether there were messages) appropriately (12105) --- Completion/Core/_main_complete | 1 + 1 file changed, 1 insertion(+) (limited to 'Completion') diff --git a/Completion/Core/_main_complete b/Completion/Core/_main_complete index 690192020..402fe65ef 100644 --- a/Completion/Core/_main_complete +++ b/Completion/Core/_main_complete @@ -144,6 +144,7 @@ for tmp in "$_completers[@]"; do _matcher_num=1 for _matcher in "$_matchers[@]"; do + _comp_mesg= if [[ -n "$call" ]]; then if "${(@)argv[3,-1]}"; then ret=0 -- cgit 1.4.1