Skip to content

Commit 4cf4bc3

Browse files
committed
Parse Test::Unit failures
1 parent 82eea81 commit 4cf4bc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

autoload/rails.vim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,8 @@ let s:efm_backtrace='%D(in\ %f),'
10891089
\.'%\\s#{RAILS_ROOT}/%f:%l:\ %#%m,'
10901090
\.'%\\s%#[%f:%l:\ %#%m,'
10911091
\.'%\\s%#%f:%l:\ %#%m,'
1092-
\.'%\\s%#%f:%l:'
1092+
\.'%\\s%#%f:%l:,'
1093+
\.'%m\ [%f:%l]:'
10931094

10941095
function! s:makewithruby(arg,bang,...)
10951096
let old_make = &makeprg

0 commit comments

Comments
 (0)