about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-06-28 09:42:50 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-06-28 09:42:50 +0000
commit45a6914ed7b944a5e974399ca91a2b39e1727b26 (patch)
tree980f854b8c16a26204ea6cad0da1d63716d0803a /Completion
parentfde669f76d331fbe64e420a384b27ec908bd97d8 (diff)
downloadzsh-45a6914ed7b944a5e974399ca91a2b39e1727b26.tar.gz
zsh-45a6914ed7b944a5e974399ca91a2b39e1727b26.tar.xz
zsh-45a6914ed7b944a5e974399ca91a2b39e1727b26.zip
reset _comp_mesg (saying whether there were messages) appropriately (12105)
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Core/_main_complete1
1 files changed, 1 insertions, 0 deletions
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