google / vimdoc

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

Document no-description commands/funcs and don't warn for them #68

Closed dbarnett closed 10 years ago

dbarnett commented 10 years ago

Fixes #64.

I could be convinced to add the warning back in, but if we want to have any chance of people reading our warnings I'm pretty sure we should save them for significant problems and not nag people with opinionated warnings.

malcolmr commented 10 years ago

This looks like it'll write some extra lines vs. what was done before (because of the early return). Does that matter?

dbarnett commented 10 years ago

Yeah, getting rid of the early return was the point (see #64). It should now write blocks that were previously being dropped for a lame reason.

malcolmr commented 10 years ago

Ah, right. LGTM.