Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

foo=<TAB> always gives context array_value



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