Skip to content

Commit

Permalink
Merge pull request #27 from eccyan/fix_spec_path_to_absolute
Browse files Browse the repository at this point in the history
changed getting path with expand from bufname
  • Loading branch information
skwp committed May 16, 2014
2 parents 8a1eacb + b23e238 commit cf7eb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/vim-rspec.vim
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function! s:createOutputWin()
endfunction

function! s:RunSpecMain(type)
let l:bufn = bufname("%")
let l:bufn = expand("%:p")
let s:SpecFile = l:bufn

if len(s:hpricot_cmd)<1
Expand Down

0 comments on commit cf7eb2f

Please sign in to comment.