diff options
Diffstat (limited to 'compiler/mix.vim')
-rw-r--r-- | compiler/mix.vim | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/compiler/mix.vim b/compiler/mix.vim index fe01361f..17762815 100644 --- a/compiler/mix.vim +++ b/compiler/mix.vim @@ -11,5 +11,10 @@ if exists(":CompilerSet") != 2 command -nargs=* CompilerSet setlocal <args> endif -CompilerSet errorformat=%A%t%*[^:]:\ %m,%C%f:%l:\ %m,%C%f:%l,%Z -CompilerSet makeprg=mix +CompilerSet makeprg=mix\ compile +CompilerSet errorformat= + \%Wwarning:\ %m, + \%C%f:%l,%Z, + \%E==\ Compilation\ error\ in\ file\ %f\ ==, + \%C**\ (%\\w%\\+)\ %f:%l:\ %m,%Z + |