google / vimdoc

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

Blank lines shouldn't be stripped in example blocks #52

Closed dbarnett closed 10 years ago

dbarnett commented 10 years ago

vimdoc seems to strip blank lines out from the middle of example blocks (the blocks between " > and " < lines).

Given doc comments like

""
" >
"   Foo
"   
"   Bar
" <

the generated docs will look like

>
  Foo
  Bar
<