From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5959 invoked by alias); 21 Jul 2011 10:00:46 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 29571 Received: (qmail 12643 invoked from network); 21 Jul 2011 10:00:44 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 74.125.83.171 as permitted sender) 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= MIME-Version: 1.0 Sender: nikolai.weibull@gmail.com Date: Thu, 21 Jul 2011 12:00:38 +0200 X-Google-Sender-Auth: 9U7_bt8yzapJhpGco1Z3hqU6g9A Message-ID: Subject: _arguments '*:: :->action' hinders options from being completed after arguments From: Nikolai Weibull To: Zsh Workers Content-Type: text/plain; charset=UTF-8 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.