Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
bug in _describe
- X-seq: zsh-workers 16079
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: bug in _describe
- Date: Wed, 17 Oct 2001 19:33:21 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Sender: kiddleo@xxxxxxxxxxxxxxxx
Completion of conditions no longer works:
% [[ -<tab>
(eval):1: error in flags
I'm fairly certain that this was introduced in 15415. Error comes from
line 57 of _describe. It is not accounting for arrays specified as '(
... )' instead of actual array names.
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author