Skip to content

Commit 3e1e8cf

Browse files
committed
compiler/rake.vim: Explicitly capture erros and -T output
1 parent 42b96ac commit 3e1e8cf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

compiler/rake.vim

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ CompilerSet errorformat=
2727
\%\\s%#[%f:%l:\ %#%m,
2828
\%\\s%#%f:%l:\ %#%m,
2929
\%\\s%#%f:%l:,
30-
\%m\ [%f:%l]:
30+
\%m\ [%f:%l]:,
31+
\%+Erake\ aborted!,
32+
\%+EDon't\ know\ how\ to\ build\ task\ %.%#,
33+
\%+Einvalid\ option:%.%#,
34+
\%+Irake\ %\\S%\\+%\\s%\\+#\ %.%#
3135

3236
let &cpo = s:cpo_save
3337
unlet s:cpo_save

0 commit comments

Comments
 (0)