Handle default arguments with functions
blueyed opened this issue · 3 comments
blueyed commented
This is not parsed currently:
function! TestFunction(test = 1)
echo a:test
endfunctionVia Vimjas/vint#337.
tyru commented
I didn't know the default arguments in Vim script.
what patch version did include it?