this repo has no description
at master 261 B view raw
1if exists('current_compiler') 2 finish 3endif 4let current_compiler = 'mix' 5 6if exists(":CompilerSet") != 2 7 command -nargs=* CompilerSet setlocal <args> 8endif 9 10CompilerSet errorformat=%A%t%*[^:]:\ %m,%C%f:%l:\ %m,%C%f:%l,%Z 11CompilerSet makeprg=mix\ compile