aboutsummaryrefslogblamecommitdiff
path: root/vim/compiler/zsh.vim
blob: 1ed484127ba1b1187338a14bea9c66d03de75aa2 (plain) (tree)
1
2
3
4
5
6
7
8
                                                             
                                                                     

        
                            
 
                                    
                                  
" :compiler support for Z Shell syntax checking with `zsh -n`
if exists('current_compiler') || &compatible || !has('patch-7.4.191')
  finish
endif
let current_compiler = 'zsh'

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