## Problem ```vim let ``` is parsed as ``` (excmd "let") ``` ## Expected ``` (let) ```
Activity
tyru commentedon Jul 19, 2019
is also
tyru commentedon Jul 19, 2019
Currently
:const
implementation is same #119tyru commentedon Aug 2, 2019
should be
because the second argument of assignment
:let
node is operator.compiler should not allow arbitrary variable name here (
()
means nil).