this repo has no description
1if exists('current_compiler')
2 finish
3endif
4let current_compiler = 'mix-compile'
5
6if exists(":CompilerSet") != 2
7 command -nargs=* CompilerSet setlocal <args>
8endif
9
10CompilerSet errorformat+=
11 \**\ %s\ %f:%l:\ %m,
12 \%Wwarning:\ %m,
13 \%Z%f:%l:\ %m,
14 \%Z%f:%l,
15 \%C%m,
16 \%-GCompiling%.%#,
17 \%-GGenerated%.%#
18CompilerSet makeprg=mix\ compile