google / vimdoc

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

Vimdoc should respect plugin name from addon-info.json #12

Closed Soares closed 10 years ago

Soares commented 10 years ago

If a plugin lists an explicit name in addon-info.json, that name should be used as the plugin name, regardless of the name of the directory the plugin is sitting in.

(Eg, instead of @stylized)

dbarnett commented 10 years ago

More importantly, this controls the name of the generated doc file. Currently if you generate docs for vim-ft.vroom, you'll get a help file at doc/vim-ft.vroom.txt instead of doc/ft.vroom.txt.