typely.vim (338B)
1 if exists("g:current_compiler") 2 finish 3 endif 4 let g:current_compiler = "typely" 5 if exists(":CompilerSet") != 2 " older Vim always used :setlocal 6 command -nargs=* CompilerSet setlocal <args> 7 endif 8 CompilerSet errorformat=%f:\ Line\ %l\\,\ column\ %c:\ %trror:\ %m 9 CompilerSet errorformat+=%f:\ %tnfo:\ %m 10 CompilerSet makeprg=typely\ %