Closed tyru closed 4 years ago
ah, BLOB and CONST are included to the previous vimlparser.py, but node types are not supported?
map()
's arity errors.
was caused by https://github.com/Vimjas/vint/blob/fb6fa167a488d6e5b63d3516ca9c24eba0fc35b7/vint/linting/policy/prohibit_invalid_map_call.py
The policy should care NODE_METHOD.
Zapped all issues, and added issue numbers to top comment.
@blueyed Can I merge this?
It looks like I cannot merge this :o Maybe collaborator cannot merge to master?
@tyru updated your perms - it was "Triage" before only, now it is "Write".
@blueyed Thanks!
hello~ did this included https://github.com/vim-jp/vim-vimlparser/pull/159 ? looks that fixed earlier than those, but 'default argument =' looks still not supported.. i install vint by pip, or was there a way to upd vimlparser manually?
i just tried to verify the effective result.. so far looks a bit not-upd-2-date.. and a bit slow (with syntastic) if viml more than thousand lines.. fyi...........
Fix #357 Fix #337
Update to vim-jp/vim-vimlparser@90895c3 . And just I have added node types for new nodes.
But this PR doesn't solve
map()
's arity errors. This should be fixed by separated PR, I think.