File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,9 @@ endfunction
31
31
CompilerSet errorformat +=
32
32
\% - G% \\ s % #Downloading% .% #,
33
33
\% - G% \\ s % #Compiling% .% #,
34
- \% - G% \\ s % #Finished% .% #
34
+ \% - G% \\ s % #Finished% .% #,
35
+ \% - G% \\ s % #error :\ Could\ not\ compile\ % .% #,
36
+ \% - G% \\ s % #To\ learn\ more \\ ,% .% #
35
37
36
38
let s: local_manifest = findfile (s: cargo_manifest_name , ' .;' )
37
39
if s: local_manifest != ' '
Original file line number Diff line number Diff line change @@ -32,12 +32,15 @@ CompilerSet errorformat=
32
32
33
33
" New errorformat (after nightly 2016/08/10)
34
34
CompilerSet errorformat +=
35
+ \% - G,
36
+ \% - Gerror:\ aborting\ % .% #,
37
+ \% - Gerror:\ Could\ not\ compile\ % .% #,
35
38
\% Eerror:\ % m ,
36
39
\% Eerror[E% n ]:\ % m ,
37
40
\% Wwarning: \ % m ,
38
41
\% Inote:\ % m ,
39
42
\% C\ % #-- >\ % f :% l: % c ,
40
- \% C% .% #
43
+ \% C%* [ 0 - 9 \ ] \\ | % .% #
41
44
42
45
let &cpo = s: cpo_save
43
46
unlet s: cpo_save
You can’t perform that action at this time.
0 commit comments