1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 03:00:06 +08:00
SpaceVim/bundle/helpful.vim
2022-01-05 07:26:01 +08:00
..
.github/workflows refactor(bundle): use bundle helpful.vim 2022-01-05 07:26:01 +08:00
autoload refactor(bundle): use bundle helpful.vim 2022-01-05 07:26:01 +08:00
doc refactor(bundle): use bundle helpful.vim 2022-01-05 07:26:01 +08:00
plugin refactor(bundle): use bundle helpful.vim 2022-01-05 07:26:01 +08:00
support refactor(bundle): use bundle helpful.vim 2022-01-05 07:26:01 +08:00
.gitignore refactor(bundle): use bundle helpful.vim 2022-01-05 07:26:01 +08:00
LICENSE refactor(bundle): use bundle helpful.vim 2022-01-05 07:26:01 +08:00
Makefile refactor(bundle): use bundle helpful.vim 2022-01-05 07:26:01 +08:00
README.md refactor(bundle): use bundle helpful.vim 2022-01-05 07:26:01 +08:00

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 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\c

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