Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
foo=<TAB> always gives context array_value
- X-seq: zsh-workers 6084
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: foo=<TAB> always gives context array_value
- Date: Fri, 23 Apr 1999 16:57:22 +0200
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
It seems that if I try to complete after an assignment, e.g.
foo=<TAB>
(with new completion, obviously) $compstate[context] is always array_value,
even if there is a character which is not `(' after the =.
Presumably the correct behaviour is that context `value' is assumed unless
there is a ( present.
(Probably this didn't get noticed because there is no default -value-
handler.)
--
Peter Stephenson <pws@xxxxxxxxxxxxxxxxx> Tel: +39 050 844536
WWW: http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy
Messages sorted by:
Reverse Date,
Date,
Thread,
Author