aboutsummaryrefslogtreecommitdiff
path: root/vim/compiler/ksh.vim
blob: 9ee21748a2719dd3bddd1f01e15873fdd6706975 (plain) (blame)
1
2
3
4
5
6
7
8
" :compiler support for Korn shell syntax checking with `ksh -n`
if exists('current_compiler') || &compatible || v:version < 800
  finish
endif
let current_compiler = 'ksh'

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