How to get version for a plugin inside Vim?

7

Is it possible to get the version number for an installed plugin from within Vim?

tidbeck

Posted 2012-03-12T12:57:12.340

Reputation: 1 365

Answers

4

in general: no. there is no concept of plugin-version in vim. if the plugin itself provides some variable, you might :echo that one.

akira

Posted 2012-03-12T12:57:12.340

Reputation: 52 754

0

Some plugins lists the version in the help files. E.g. with Nvim-R, you can see the version using :help nvim-r.

Emil Rehhnberg

Posted 2012-03-12T12:57:12.340

Reputation: 101