Accept @function(name())
Open
enhancement
- Dominant language
- Python
- Stars
- 306
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
It's easy to get confused and write `@function(name())` in vimdoc since the doc tag includes parentheses (`name()` vs `name`). We should consider accepting `@function(name())` as equivalent to `@function(name)`.
Note this will require changing the inline_directive regex to match the whole thing including the 2nd paren.
Contributor guide
Assessment
This issue has not been assessed yet.