google / vimdoc

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

Vimdoc gets confused around angle braces #14

Closed Soares closed 10 years ago

Soares commented 10 years ago

Vimdoc seems to get tripped up on angle braces and try to treat them as code blocks even if they're in the midst of other text and not at the start of the line.

I had a vimdoc comment like this over a function

""
" Blah blah blah:
"   <module 'foo.bar' from 'repopath/foo/python/foo/bar.py'>

and the generated docs looked like this:

Blah Blah Blah:   <module 'foo.bar' from
'repopath/foo/python/foo/bar.py'
>
<