info.vim
info.vim copied to clipboard
Missing InfoMenu
The README mentions there is both a :Menu command and a :InfoMenu command. But when I load the plugin, I only get a :Menu option.
I'm working around right now with custom commands, but having :InfoMenu and other aliases like :InfoFollow etc built-in would be nice to have. A common style I use to for Vim plugins is to type the command prefix (e.g. :Info) and use tab-completion to quickly see what's available.
Useful plugin though, thanks!