There was an error while loading. Please reload this page.
1 parent edf94f7 commit e9d495bCopy full SHA for e9d495b
compiler/mix.vim
@@ -8,4 +8,9 @@ if exists(":CompilerSet") != 2
8
endif
9
10
CompilerSet makeprg=mix\ compile
11
-CompilerSet errorformat=%A%t%*[^:]:\ %m,%C%f:%l:\ %m,%C%f:%l,%Z
+CompilerSet errorformat=
12
+ \%Wwarning:\ %m,
13
+ \%C%f:%l,%Z,
14
+ \%E==\ Compilation\ error\ in\ file\ %f\ ==,
15
+ \%C**\ (%\\w%\\+)\ %f:%l:\ %m,%Z
16
+
0 commit comments