heavenshell / vim-jsdoc

Generate JSDoc to your JavaScript code.
BSD 3-Clause "New" or "Revised" License
452 stars 44 forks source link

Multiline function definitions don't work #70

Closed zbraniecki closed 6 years ago

zbraniecki commented 7 years ago

The following doesn't seem to work with vim-jsdoc:

function(a, b, c
              d, e, f) {
}
heavenshell commented 7 years ago

Thanks for reporting.

heavenshell commented 6 years ago

I don't have enogh time to look into this. PR's are very welcome.