We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b96ac commit 3e1e8cfCopy full SHA for 3e1e8cf
compiler/rake.vim
@@ -27,7 +27,11 @@ CompilerSet errorformat=
27
\%\\s%#[%f:%l:\ %#%m,
28
\%\\s%#%f:%l:\ %#%m,
29
\%\\s%#%f:%l:,
30
- \%m\ [%f:%l]:
+ \%m\ [%f:%l]:,
31
+ \%+Erake\ aborted!,
32
+ \%+EDon't\ know\ how\ to\ build\ task\ %.%#,
33
+ \%+Einvalid\ option:%.%#,
34
+ \%+Irake\ %\\S%\\+%\\s%\\+#\ %.%#
35
36
let &cpo = s:cpo_save
37
unlet s:cpo_save
0 commit comments