Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh completer _approximate completer
- X-seq: zsh-workers 31081
- From: joe M <joe9mail@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: zsh completer _approximate completer
- Date: Thu, 28 Feb 2013 01:42:32 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=EbodIBZkjdDBk2G0g7af2GEf55npGRyqhLMSxm4Db0E=; b=Vv4mPpg7MznMD43/qJnghB8E0zVWMS3jpQNdFD4FioWt/2d4Pu4pr8cpymOp6GSTmA Sb1kCJ8TUcNUv1Ozcw7Q+oeWQNsiN6+2jlWo6A596WBI1PF10BNhARBdaHWiRn7BaOT+ IJBRBRdcocfcdVj5l0GKA56jxNegxAKceDbEmWJC58EFFuMBYarLQb0kjMjbPHciDedH Y9h6dHz6D43Pz4Mgm/cLrKBw8jDAc+gR9/V30TwwMm7uWJijuk0rRtxjCw47H2HFGXpz 66eKyCYjGYB9Nekm0nC3C6clQkVGClTJuTPc9WgIoz6qUWx+xAPNnatvSIAOTKBxFUm6 BS2A==
- In-reply-to: <CAHjjW14F6x6p9y-yBY6Zu5yvNcW4RnU6NdDTcoC8AFxMJ7hGwg@mail.gmail.com>
- 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
- References: <CAHjjW14F6x6p9y-yBY6Zu5yvNcW4RnU6NdDTcoC8AFxMJ7hGwg@mail.gmail.com>
Hello,
For some reason, changing the group-order of this zstyle put the
original before the corrections in the _appropriate completer.
zstyle ':completion:*' group-order original 'named-directories'
'directory-stack' 'local-directories' 'path-directories'
> zstyle ':completion:*:approximate:*' group-order original corrections
Shouldn't this be the better or more accurate method of specifying
group-order for the _approximate completer instead?
Thanks
Joe
Messages sorted by:
Reverse Date,
Date,
Thread,
Author