Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
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 <d.s@daniel.shahaf.name>
To: Marko Myllynen <myllynen@redhat.com>
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)
X-Seq: zsh-workers 38450

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/

