vim-vimlparser icon indicating copy to clipboard operation
vim-vimlparser copied to clipboard

error trying to parse map() with a lambda

Open bhcleek opened this issue 5 years ago • 0 comments
trafficstars

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.

bhcleek avatar Jul 02 '20 17:07 bhcleek