Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH] zsh locale completion



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/



Messages sorted by: Reverse Date, Date, Thread, Author