Suggest multiple tags when using ZSH completion with archrelease.

Signed-off-by: Lukas Fleischer <[email protected]>
---
This obviously needs to get applied after the patch adding the ZSH
completion.

 zsh_completion |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/zsh_completion b/zsh_completion
index 29c9657..2551140 100644
--- a/zsh_completion
+++ b/zsh_completion
@@ -24,7 +24,7 @@ _archco_args=(
 )
 
 _archrelease_args=(
-       "1:arch:($_tags[*])"
+       "*:arch:($_tags[*])"
 )
 
 _archrm_args=(
-- 
1.7.6

Reply via email to