Open dbarnett opened 9 years ago
Vimdoc can detect
call s:plugin.Flag('foo', 'bar')
but not
call s:plugin.Flag( \ 'foo', 'bar')
Vimdoc can detect
but not