Skip to content

Commit 9b3643b

Browse files
committed
Fix variable name
1 parent 205e098 commit 9b3643b

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
@@ -2675,7 +2675,7 @@ function! s:viewEdit(cmd,...)
26752675
call s:edit(a:cmd,'app/views/'.view)
26762676
call s:djump(djump)
26772677
else
2678-
call s:findedit(a:cmd,file)
2678+
call s:findedit(a:cmd,view)
26792679
endif
26802680
endfunction
26812681

0 commit comments

Comments
 (0)