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

Incorrect match count in completion



ouin% autoload -U compinit
ouin% compinit
ouin% zstyle ':completion:*' format '%n %d'
ouin% zstyle ':completion:*' users a a a b b c
ouin% su 
6 user
a   b   c

One would usually expect to see "3 user" here.

-- 
Olivier Leclant



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