Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
_arguments '*:: :->action' hinders options from being completed after arguments
- X-seq: zsh-workers 29571
- From: Nikolai Weibull <now@xxxxxxxx>
- To: Zsh Workers <zsh-workers@xxxxxxx>
- Subject: _arguments '*:: :->action' hinders options from being completed after arguments
- Date: Thu, 21 Jul 2011 12:00:38 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=m4Q2EVWSGibRzUssPBEXfx8E9dHnHubF7anEuQLeF+o=; b=nACS8ssDkeLO549/2Z5sN9fwxw/iiKtnsZh6e9donRLsB4AuKfM7Zy2QLWuYINGQ5f C7KXv24g7C5Le3OGF6dmJsVPfQM89zkoTB+z1QWZw/fGiGUYoPc/yn68fNm4t1fP+wzH nxmJgOsOiWnfhD4ONDKwLDTLK1KMa5K8XvfVs=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- Sender: nikolai.weibull@xxxxxxxxx
Giving a specification to _arguments that includes a '*:: :->action'
hinders options from being completed after an argument. Changing the
specification from '*:: :->action' to '*: :->action' solves this
issue.
This affects, among others, _git-add.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author