Skip to content

Commit 64671f7

Browse files
committed
Fix error jumping to file in :Generate
Closes tpope#487
1 parent 86df4c1 commit 64671f7

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
@@ -1948,7 +1948,7 @@ function! s:app_generator_command(bang, mods, ...) dict abort
19481948
if a:bang || empty(getqflist())
19491949
return ''
19501950
else
1951-
return s:mods(a:mods) 'cfirst'
1951+
return s:mods(a:mods) . ' cfirst'
19521952
endif
19531953
endfunction
19541954

0 commit comments

Comments
 (0)