Skip to content

Commit 74f407e

Browse files
committed
Fix duplicate make call on :Rake notes
1 parent e5512d5 commit 74f407e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

autoload/rails.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1216,7 +1216,6 @@ function! s:Rake(bang,lnum,arg)
12161216
let withrubyargs = '-r ./config/boot -r '.s:rquote(self.path('config/environment')).' -e "puts \%((in \#{Dir.getwd}))" '
12171217
if arg =~# '^notes\>'
12181218
let &l:errorformat = '%-P%f:,\ \ *\ [%*[\ ]%l]\ [%t%*[^]]] %m,\ \ *\ [%*[\ ]%l] %m,%-Q'
1219-
exe 'make! '.arg
12201219
call s:make(a:bang, arg)
12211220
elseif arg =~# '^\%(stats\|routes\|secret\|time:zones\|db:\%(charset\|collation\|fixtures:identify\>.*\|migrate:status\|version\)\)\%([: ]\|$\)'
12221221
let &l:errorformat = '%D(in\ %f),%+G%.%#'

0 commit comments

Comments
 (0)