vimdoc icon indicating copy to clipboard operation
vimdoc copied to clipboard

Vimdoc should warn for command argument mismatch

Open dbarnett opened this issue 10 years ago • 0 comments

Vimdoc issues an ArgumentMismatch warning if actual function arguments don't match those declared in the doc block, but it's not checking command arguments at all. It should issue a warning when it detects a mismatch, e.g. the doc block declares an argument but the command has -nargs=0.

dbarnett avatar Mar 04 '15 01:03 dbarnett