Skip to content

Commit

Permalink
Update rspec.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
matsales28 authored Nov 8, 2021
1 parent 52a7259 commit 04c8308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/rspec.vim
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function! s:DefaultTerminalCommand()
endfunction

function! s:CurrentFilePath()
return @%
return expand("%")
endfunction

function! s:GuiCommand(command)
Expand Down

0 comments on commit 04c8308

Please sign in to comment.