vimdoc icon indicating copy to clipboard operation
vimdoc copied to clipboard

Vimdoc doesn't detect wrapped flag definition lines

Open dbarnett opened this issue 10 years ago • 0 comments

Vimdoc can detect

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

but not

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

dbarnett avatar Apr 15 '15 00:04 dbarnett