How to get version for a plugin inside Vim?
Is it possible to get the version number for an installed plugin from within Vim?
in general: no. there is no concept of plugin-version
in vim. if the plugin itself provides some variable, you might :echo
that one.