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

Re: trying completion of varying data



On Sat, 1 Jun 2002, Andy Spiegl wrote:

> > zstyle ':completion:*:xvncviewer:*:hosts' hosts $(show.active.pcs)
>
> This is already great, but I just noticed that there's one tiny problem

Clint already gave you the answer:

zstyle -e ':completion:*:xvncviewer:*:hosts' hosts \
	'reply=( $(show.active.pcs) )'

> I tried to turn off all completion caching options I could find

This doesn't have anything to do with caching.  It has to do with whether
or not the expression $(show.active.pcs) is inside single quotes.



Messages sorted by: Reverse Date, Date, Thread, Author