parent
a17a896ab3
commit
a69866a942
@ -77,9 +77,9 @@ endf
|
|||||||
let s:bundle = {}
|
let s:bundle = {}
|
||||||
|
|
||||||
func! s:bundle.path()
|
func! s:bundle.path()
|
||||||
return join([g:bundle_dir, self.name], '/')
|
return expand(g:bundle_dir.'/'.self.name)
|
||||||
endf
|
endf
|
||||||
|
|
||||||
func! s:bundle.rtpath()
|
func! s:bundle.rtpath()
|
||||||
return has_key(self, 'rtp') ? join([self.path(), self.rtp], '/') : self.path()
|
return has_key(self, 'rtp') ? expand(self.path().'/'.self.rtp) : self.path()
|
||||||
endf
|
endf
|
||||||
|
Loading…
Reference in New Issue
Block a user