Skip to content

Commit 7274d68

Browse files
committed
Always open quickfix for :Rake db:migrate:status
1 parent 46a6f32 commit 7274d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/rails.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@ function! s:Rake(bang,lnum,arg)
11701170
if !a:bang
11711171
cwindow
11721172
endif
1173-
elseif arg =~# '^\%(stats\|routes\|secret\|time:zones\|db:\%(charset\|collation\|fixtures:identify\>.*\|version\)\)\%([: ]\|$\)'
1173+
elseif arg =~# '^\%(stats\|routes\|secret\|time:zones\|db:\%(charset\|collation\|fixtures:identify\>.*\|migrate:status\|version\)\)\%([: ]\|$\)'
11741174
let &l:errorformat = '%D(in\ %f),%+G%.%#'
11751175
exe 'make! '.arg
11761176
if !a:bang

0 commit comments

Comments
 (0)