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

Re: Bug#486785: tab completion broken



Using only the following zshrc, ls /tmp/.X2<tab> results in the entire
argument being elided (/tmp/.X* exists but /tmp/.X2* does not).

--8<--zshrc--8<--
autoload -U compinit
compinit

zstyle ':completion:*' completer _approximate

--8<--zshrc--8<--



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