I'd like to know if there is an analogue to verbose map <key> (which shows the location that the map was assigned) for functions. For example I have a few Git plugins and I'd like to know what plugin defines the :GitFiles function, if Vim knows this info.
The fallback (which'll certainly work) is to search my files for the string.
:verbose :com GitFiles– Christian Brabandt Sep 25 '19 at 17:19