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

RE: zsh-3.1.5-pws-5: mixing "old" and "new" completions?



Oh, great man!

>   `compcall' accepts no other option or argument, for now. It would
>   be easy to make it accept arguments for the command line words to
>   use, for the command name to use, etc. If this turns out to be
>   interesting to have, I'll add it.
> 

I won't be able to test it for some time, but this occured to me today:

compctl -T -K " __default"

function __default() {
	compcall -T
}

/andrej



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