From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19954 invoked by alias); 9 May 2016 22:21:53 -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: 38450 Received: (qmail 20624 invoked from network); 9 May 2016 22:21:50 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.1 Date: Mon, 09 May 2016 22:14:58 +0000 From: Daniel Shahaf To: Marko Myllynen Cc: zsh-workers@zsh.org Subject: Re: [PATCH] zsh locale completion Message-ID: <20160509221458.GA30922@tarsus.local2> References: <573088A4.3020204@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <573088A4.3020204@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) Marko Myllynen wrote on Mon, May 09, 2016 at 15:55:00 +0300: > +++ b/Completion/Unix/Command/_locale > @@ -0,0 +1,28 @@ > +local curcontext="$curcontext" state line expl ret=1 ⋮ > +_arguments -A -C -S -s \ ⋮ > + '*:name:->catkey' \ > + && return=0 Typo: s/return/ret/