maralla / validator.vim

Check syntax on the fly asynchronously.
MIT License
213 stars 14 forks source link

Add vim file type support using vint #36

Closed KabbAmine closed 8 years ago

KabbAmine commented 8 years ago

As the title said.

Note that I'm not a python expert, so please check if the test is ok.

junkblocker commented 8 years ago

Hello, @KabbAmine , you'd want to put them in a subdirectory based module ( e.g. for sh )rather than using a single file as there are other linters for VimL (In fact I already had one in the works). That way more than one linter can be used.

KabbAmine commented 8 years ago

@junkblocker Sure.

KabbAmine commented 8 years ago

I've fixed the test, squashed all the changes in one commit and force pushed.

maralla commented 8 years ago

Can you fix the conflict.

KabbAmine commented 8 years ago

@maralla Done