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

Re: zsh completer _approximate completer



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