google / vimdoc

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

vimdoc should crawl spell/ and colors/ subdirs for doc comments #85

Closed dbarnett closed 9 years ago

dbarnett commented 9 years ago

Currently vimdoc finds doc comments in files under these subdirectories:

DOC_SUBDIRS = [
    'plugin',
    'instant',
    'autoload',
    'syntax',
    'indent',
    'ftdetect',
    'ftplugin',
]

We should add 'spell' and 'colors' to that list.