Hello everyone.
Is there a way I can query from within Vim information about user-defined vimscript functions and script files that Vim knows about?
The things I'd like to know are:
- Is a particular function defined?
- Which source file is a given function defined in?
- What are the vimscript files that have been sourced?
Etc.