Vimdoc doesn't detect wrapped flag definition lines
Open
- Dominant language
- Python
- Stars
- 306
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
Vimdoc can detect
``` vim
call s:plugin.Flag('foo', 'bar')
```
but not
``` vim
call s:plugin.Flag(
\ 'foo', 'bar')
```
Contributor guide
Assessment
This issue has not been assessed yet.