google / vimdoc

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

Vimdoc doesn't detect wrapped flag definition lines #90

Open dbarnett opened 9 years ago

dbarnett commented 9 years ago

Vimdoc can detect

call s:plugin.Flag('foo', 'bar')

but not

call s:plugin.Flag(
    \ 'foo', 'bar')