Skip to content

Commit e389f6e

Browse files
committed
Match informative rake output in error format
This ensures the quickfix always opens after :Make routes, stats, or db:version.
1 parent 727b71b commit e389f6e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler/rails.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ CompilerSet errorformat^=
3131
\%\\&%\\s\ %#%m%\\>\ \ %#%f,
3232
\Overwrite%.%#%\\S%\\+\ \ %#%m%\\x1b[0m\ \ %#%f,
3333
\%-GOverwrite%.%#\"h\"%.%#,
34+
\%+GCurrent\ version:%.%#,
35+
\%+G\ %#Prefix\ %#Verb%.%#,
36+
\%+G\ %#Code\ LOC:\ %.%#,
3437
\%+EUsage:\ rails\ %.%#,
3538
\%+EType\ 'rails'\ for\ help.
3639

0 commit comments

Comments
 (0)