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

Re: "whence -v" and function file names



On May 17, 10:52pm, Daniel Hahler wrote:
} Subject: Re: "whence -v" and function file names
}
} % whence -v _git
} _git is an autoload shell function
} % git <tab>
} % whence -v _git
} _git is a shell function
} 
} It would be nice if it could provide the path, at least with the second call.

Yes, that would be nice, but the code that loads the function definition
does not record the path and I didn't see any simple way to cause it to
do so.  I wasn't in this to rewrite autoloading, so you get what's there
at the time "whence" is invoked.



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