vim-jp / vim-vimlparser

Vim script parser
Other
165 stars 25 forks source link

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

Closed whonore closed 4 years ago

whonore commented 4 years ago
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 4 years ago

duplicated. see #79