google / vimdoc

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

Fix vimdoc quotes at start-of-file leaking into docs (#20) #43

Closed dbarnett closed 10 years ago

dbarnett commented 10 years ago

Makes explicit vimdoc leaders work properly at start-of-file so people can go ahead and start using them. Implicit vimdoc blocks will eventually be removed (#42), so it's nice to have some period of time between must-use-implicit behavior and must-use-explicit.

xanderman commented 10 years ago

LGTM