A plugin for plugin developers to get the version of Vim and Neovim that introduced or removed features.
The command :HelpfulVersion searches helptags for a subject and displays the
version information.
Use :HelpfulVersion! to match the exact help tag name instead of doing a
broader search.
Examples:
" Search for a matching name
:HelpfulVersion matchaddpos
" Search for the exact name
:HelpfulVersion! matchaddpos()b:helpful- If set to1, display version information about the text under the cursor onCursorMovedinhelporvimfiletypes.g:helpful- Same as above but always on. It's also less humorous to read out loud.
MIT
