Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 685 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 685 Bytes

helpful.vim

A plugin for plugin developers to get the version of Vim and Neovim that introduced or removed features.

helpful

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 to 1, display version information about the text under the cursor on CursorMoved in help or vim filetypes.
  • g:helpful - Same as above but always on. It's also less humorous to read out loud.

License

MIT