Fixes: #19484
https://github.com/vim/vim/pull/19487
(2 files)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
var lines =<< trim END
def Func(n: number)
echo n
enddef
Func( # comment
1
)
END
The test is not what was reported.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
This is a bug in the compile-time parsing of def or lambda calls, so the issue being checked is the same.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()