diff --git a/plugin/rspec.vim b/plugin/rspec.vim index 34f7372..cb219d4 100644 --- a/plugin/rspec.vim +++ b/plugin/rspec.vim @@ -73,7 +73,7 @@ function! s:DefaultTerminalCommand() endfunction function! s:CurrentFilePath() - return @% + return expand("%") endfunction function! s:GuiCommand(command)