bhcleek opened this issue 5 years ago · 0 comments
Lamdas in map functions are cause a parsing error.
map
For example, parsing call map(getbufinfo(), { _, val -> 1}) generates a parsing error despite being valid VimL.
call map(getbufinfo(), { _, val -> 1})