Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

syntax-check a VimL script

I have a sizable vim script (a .vim file, in viml syntax). I'd like to check (but not execute!) the file for simple syntax errors.

How do I accomplish this?

I just want a very rough syntax check. Something along the lines of perl -c or pyflakes.

like image 456
bukzor Avatar asked Oct 12 '25 02:10

bukzor


1 Answers

Here is a syntax checker for VimL. https://github.com/syngan/vim-vimlint/


Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!