How to get version for a plugin inside 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.
in general: no. there is no concept of plugin-version
in vim. if the plugin itself provides some variable, you might :echo
that one.