There was an error while loading. Please reload this page.
1 parent e0038cf commit 4c8a2d5Copy full SHA for 4c8a2d5
compiler/exunit.vim
@@ -14,15 +14,15 @@ endif
14
15
let s:cpo_save = &cpo
16
set cpo-=C
17
-
18
CompilerSet makeprg=mix\ test
19
CompilerSet errorformat=
20
- \**\ (%\\w%\\+)\ %f:%l:\ %m,
21
- \%+Z\ \ \ \ \ \ \ %f:%l,
22
- \%+G%>\ \ \ \ \ \ \ (%\\w%\\+)\ %f:%l:\ %m,
23
\%E\ \ %n)\ %m,
+ \%+G\ \ \ \ \ **\ %m,
+ \%+G\ \ \ \ \ stacktrace:,
24
\%C\ \ \ \ \ %f:%l,
25
- \%+G%.%#
+ \%+G\ \ \ \ \ \ \ (%\\w%\\+)\ %f:%l:\ %m,
+ \%+G\ \ \ \ \ \ \ %f:%l:\ %.%#,
+ \**\ (%\\w%\\+)\ %f:%l:\ %m
26
27
let &cpo = s:cpo_save
28
unlet s:cpo_save
0 commit comments