aboutsummaryrefslogtreecommitdiff
path: root/vim/compiler/vint.vim
blob: 216d86029f2e3d5d019835337085e210aec362f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
" :compiler support for Vim script linting with Vint
" <https://github.com/Kuniwak/vint>
if exists('current_compiler') || &compatible || !has('patch-7.4.191')
  finish
endif
let current_compiler = 'vimlint'

CompilerSet makeprg=vint\ --\ %:S
CompilerSet errorformat=%f:%l:%c:\ %m