Browse Source

expand path

events
gmarik 15 years ago
parent
commit
fa93510c55
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      autoload/vundle/config.vim

+ 2
- 1
autoload/vundle/config.vim View File

@ -92,8 +92,9 @@ endf
func! s:bundle.path()
" TODO: should lcd to tmpdir here
" TODO: FIX this spagetti
if self.nosync() && isdirectory(expand(self.uri))
return self.uri
return expand(self.uri)
endif
return join([g:vundle#bundle_dir, self.name], '/')


Loading…
Cancel
Save