Vimscript: how to get the current list of user-defined functions and determine the files they are so

Posted by ARV on Stack Overflow See other posts from Stack Overflow or by ARV
Published on 2010-06-02T18:45:55Z Indexed on 2010/06/02 19:24 UTC
Read the original article Hit count: 299

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about vim

Related posts about vimscript