google / vimdoc

Helpfile generation for vim
Apache License 2.0
291 stars 29 forks source link

Improve default help for plugin[mappings] flag #92

Open dbarnett opened 9 years ago

dbarnett commented 9 years ago

The default documentation for a plugin[mappings] flag just says

Configures whether plugin/mappings.vim should be loaded.
Default: 0

It should also mention that it can accept string values, and what happens when you use a value of 1 (vim's leader followed by a plugin-specific prefix).