This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
Vundle.vim
mirror of
https://github.com/VundleVim/Vundle.vim.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
10
Wiki
Activity
Browse Source
expand path
events
gmarik
15 years ago
parent
8cb63f0b1a
commit
fa93510c55
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
]
,
'/'
)
Write
Preview
Loading…
Cancel
Save