MarcWeber / vim-addon-manager

manage and install vim plugins (including their dependencies) in a sane way. If you have any trouble contact me. Usually I reply within 24 hours
Other
660 stars 59 forks source link

Docbug in vim-addon-manager-getting-started.txt: AddonInfo should be AddonsInfo #72

Closed cheater closed 12 years ago

cheater commented 12 years ago

The file vim-addon-manager-getting-started.txt says:

1) Plugin name looked up in pool. Try |:AddonInfo| NAME

the doc should read:

1) Plugin name looked up in pool. Try |:AddonsInfo| NAME

because AddonInfo does not exist.

The doc mentions AddonsInfo later on.