Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
supress suffix (blank) in completion menu (selection)
- X-seq: zsh-workers 16217
- From: Borsenkow Andrej <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: ZSH Workers Mailing List <zsh-workers@xxxxxxxxxx>
- Subject: supress suffix (blank) in completion menu (selection)
- Date: Sat, 03 Nov 2001 23:16:07 +0300
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
I want to complete prefix of more long word that is known to be
incomplete. I do not want any suffix added (because you have to enter
some data after this prefix anyway). Still menu selection adds blank
when I accept current choice.
To illustrate:
elif compset -P removable_; then
compadd -- cdrom_ floppy_ && return 0
that is part of
removable_cdrom_0://...
i.e. after I completed to removable_cdrom_ I have to enter number.
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author