19 Aug
2011
19 Aug
'11
8:16 a.m.
Suggest multiple tags when using ZSH completion with archrelease. Signed-off-by: Lukas Fleischer <archlinux@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