blob: cbd76ae410a62cb63b69ba36c7d386c01a9f8c35 [file] [log] [blame]
Konfekt6c57c302024-12-27 16:22:44 +01001" Vim compiler file
2" Compiler: Bash Syntax Checker
3" Maintainer: @konfekt
4" Last Change: 2024 Dec 27
5
6if exists("current_compiler")
7 finish
8endif
9let current_compiler = "bash"
10
11CompilerSet makeprg=bash\ -n
12CompilerSet errorformat=%f:\ line\ %l:\ %m