Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
completion bug: treats substitution of unset parameter as empty string
- X-seq: zsh-workers 27198
- From: Greg Klanderman <gak@xxxxxxxxxxxxxx>
- To: Zsh list <zsh-workers@xxxxxxxxxx>
- Subject: completion bug: treats substitution of unset parameter as empty string
- Date: Wed, 29 Jul 2009 14:25:15 -0400
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Reply-to: gak@xxxxxxxxxxxxxx
[resending as my post from Monday seems not to have made it to the list]
% unset Q
% ls $Q/ <tab>
lists completions in '/' rather than beep because there are no
completions.
I do have the 'nounset' option set, though I think this should
give an error / no completions either way, as it did with the
old compctl system.
greg
Messages sorted by:
Reverse Date,
Date,
Thread,
Author