Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Zargs bug
- X-seq: zsh-workers 44488
- From: Aryn Starr <whereislelouch@xxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Zargs bug
- Date: Wed, 3 Jul 2019 22:08:04 +0430
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=04042017; t=1562175488; bh=RvXwr3S5Jpg/BCR8ivR+6LwBhyN3oYaIU9dlKypB3aE=; h=From:Content-Type:Date:Subject:Message-Id:To; b=Vqa+XQ8NhuYvQAIzenuTePHHUAzHlgKeb+ynm7qLhx9btywi936zgh2qibaqPZfC3 gdFaQFBAT2cduQm7f1MaeYrbrhHIZVEcaCH1eJ98g5669994tr3n7zV/Sjllua+0cB ikvPr3m+46zpmDnlOAOtDDxrLE9mnbII+EJ5H4TrxbQyhpsxHemydpLyiZmA4IH/14 npU4ZFj5beWrR4giIaAoIXB4kEWwvxyp/H6TTz4sOLkpHMJQ4mdr+gxAW0lDHuTPNn MyaIh++KaN42jLtW3t+gbid7weQ6etL8IOoUEuaAvePEC3L2OHoDA+bIvrtgZzygiD a07lRwC/mFJFQ==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hi!
I run this line:
$ zargs -t -i _ -- ceer whh -- compdef _=which
compdef ceer=which
compdef whh=which
But the completions don’t activate. When I manually run ‘compdef ceer=which’, though, it works flawlessly.
Btw, these ceer and whh are just some functions I have defined.
PS: I’m not really familiar with using mailing lists, and I’m not on zsh mailing list. So reply to me directly? Also, should I reply to all in response?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author