vimdoc icon indicating copy to clipboard operation
vimdoc copied to clipboard

Accept @function(name())

Open dbarnett opened this issue 11 years ago • 0 comments

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.

dbarnett avatar Apr 12 '14 05:04 dbarnett