vim-jp / vim-vimlparser

Vim script parser
Other
165 stars 25 forks source link

[WIP/RFC] vint fixes #127

Closed blueyed closed 5 years ago

blueyed commented 5 years ago

Use robust operators.

There are a lot of the following still:

Use the abort attribute and ! for functions in autoload (ProhibitNoAbortFunction)

Should we fix those (also where not really necessary (static returns)), or have a config to ignore them for now?

blueyed commented 5 years ago

We should also add vint to the checkqa target then probably - using the non-vendored vimlparser.py (i.e. the one from this repo/PR then).

tyru commented 5 years ago

I will fix vint problems soon. #111 But currently @mattn and I actively editing autoload/vimlparser.vim. Thanks for creating PR, but I will do it later.

blueyed commented 5 years ago

Cool, closing then.