vim-jp/vim-vimlparser

error trying to parse map() with a lambda

bhcleek opened this issue · 0 comments

Lamdas in map functions are cause a parsing error.

For example, parsing call map(getbufinfo(), { _, val -> 1}) generates a parsing error despite being valid VimL.