[arch-projects] [devtools] [PATCH 4/4] zsh_completion: Update with archrelease changes

Lukas Fleischer archlinux at cryptocrack.de
Fri Aug 19 04:16:50 EDT 2011


Suggest multiple tags when using ZSH completion with archrelease.

Signed-off-by: Lukas Fleischer <archlinux at cryptocrack.de>
---
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



More information about the arch-projects mailing list