helpful.vim
A plugin for plugin developers to get the version of Vim and Neovim that introduced or removed features.
Usage
The command :HelpfulVersion takes a Vim pattern to search for helptags and
display version information.
Examples:
" Search for a function
:HelpfulVersion matchaddpos()
" Search for keys
:HelpfulVersion <.*>
" Case-insensitive search
:HelpfulVersion f11\cOptions
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.
License
MIT


