Skip to content

Commit 2c71815

Browse files
committed
Fix shelf path
1 parent 3cb00a8 commit 2c71815

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autoload/project/git.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ function! s:ShelfFile() range
832832
return
833833
endif
834834

835-
let folder = s:GetShelfFolder().name
835+
let folder = s:GetShelfFolder().'/'.name
836836
if !isdirectory(folder) && exists('*mkdir')
837837
call mkdir(folder, 'p')
838838
endif

0 commit comments

Comments
 (0)