if exists('current_compiler') finish endif let current_compiler = 'ksh' if exists(':CompilerSet') != 2 command -nargs=* CompilerSet setlocal endif " 7.4.191 is the earliest version with the :S file name modifier, which we " really should use if we can if v:version >= 704 || v:version == 704 && has('patch191') CompilerSet makeprg=ksh\ -n\ --\ %:S else CompilerSet makeprg=ksh\ -n\ --\ % endif CompilerSet errorformat=%f:\ %l:\ %m