google / vimdoc

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

Allow grouping functions/flags/etc into subsections #112

Open dbarnett opened 4 years ago

dbarnett commented 4 years ago

For plugins with a lot of functions or flags, there doesn't seem to be a directive to tell vimdoc to group item docs into a subsection.

For instance if I wanted all the autoload functions that start with maktaba#ensure#1 to go into a subsection about those assertions instead of into the big list of all maktaba-functions, I don't see a way to configure vimdoc to do that.