Skip to content

Commit

Permalink
Support RSpec 2 backtrace format
Browse files Browse the repository at this point in the history
  • Loading branch information
tpope committed Jan 4, 2011
1 parent d854119 commit 0a55cda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/rails.vim
Expand Up @@ -1119,6 +1119,7 @@ let s:efm_backtrace='%D(in\ %f),'
\.'%\\s%#from\ %f:%l:%m,'
\.'%\\s%#from\ %f:%l:,'
\.'%\\s#{RAILS_ROOT}/%f:%l:\ %#%m,'
\.'%\\s%##\ %f:%l:%m,'
\.'%\\s%#[%f:%l:\ %#%m,'
\.'%\\s%#%f:%l:\ %#%m,'
\.'%\\s%#%f:%l:,'
Expand Down

0 comments on commit 0a55cda

Please sign in to comment.