vim-jp/vim-vimlparser

Parsing error with dict with variable key and no space before colon

whonore opened this issue · 1 comments

let x = 'x'
let d = { x: 2 }

This code raises the error unexpected token: 2: line 2 col 13. Inserting a space between x and : makes it work.

tyru commented

duplicated. see #79