mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:00:04 +08:00
b525e520e5
commits: Auto-updated tags 2024-06-10 00:15:29+00:00 998082d
685 B
685 B
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 subject to search for helptags and
display version information.
Examples:
" Search for a function
:HelpfulVersion matchaddpos()
Options
b:helpful
- If set to1
, display version information about the text under the cursor onCursorMoved
inhelp
orvim
filetypes.g:helpful
- Same as above but always on. It's also less humorous to read out loud.
License
MIT