Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Incorrect match count in completion
- X-seq: zsh-users 6039
- From: Olivier Leclant <>
- To: zsh-users@xxxxxxxxxx
- Subject: Incorrect match count in completion
- Date: Mon, 21 Apr 2003 15:54:47 +0200
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Reply-to: olivier.leclant@xxxxxxxxxxxx
- Rubix: Cube
- Sender: Olivier Leclant <oli@xxxxxxxxxxx>
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