aboutsummaryrefslogtreecommitdiff
path: root/vim/compiler/bash.vim
blob: 2b69d7a6be41392a1aa4332c04a5041338784882 (plain) (blame)
1
2
3
4
5
6
7
8
" :compiler support for GNU Bash syntax checking with `bash -n`
if exists('current_compiler') || &compatible || !has('patch-7.4.191')
  finish
endif
let current_compiler = 'bash'

CompilerSet makeprg=bash\ -n\ --\ %:S
CompilerSet errorformat=%f:\ line\ %l:\ %m