Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Fun with new completion
- X-seq: zsh-workers 5900
- From: "Andrej Borsenkow" <borsenkow.msk@xxxxxx>
- To: "ZSH workers mailing list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: Fun with new completion
- Date: Tue, 23 Mar 1999 16:42:20 +0300
- Importance: Normal
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
bor@itsrm2:~%> vared pat
pat path
In other words, vared tried to complete the name of local variable, that is
defined in completion function :-) pat is not defined otherwise.
And it just occured to me, that the same could happen in e.g. [un]setopt. As
I understand, they do it by listing currently set/unset options ... with the
result, that if options are changed in some top level function, they will
list wrong options ...
/andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author