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

_approximate doesn't work



Hi,

it seems there is a problem with _approximate:

with 4.3.4

baha@Saito% zsh -f
Saito% echo $ZSH_VERSION 
4.3.4
Saito% autoload -U compinit;compinit
Saito% zstyle ':completion:*' completer _complete _approximate
Saito% apt_g<tab>

and that gives me apt-get but with 4.3.5, the line doesn't change at
all (as if I didn't press the tab key). 
I don't see anything in the Changelog about that, is this a bug?
I tried to change max-errors, but it seems that it is not related.

-- 
Anthony CHARLES



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