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
add bundle.rtpath to &rtp on require
pull/10/head
gmarik
15 years ago
parent
b3216ac594
commit
fb77c082e6
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
autoload/vundle/config.vim
+ 1
- 0
autoload/vundle/config.vim
View File
@ -13,6 +13,7 @@ func! vundle#config#init()
endf
func
!
vundle
#
config
#
require
(
bundle
)
call
s
:
rtp_add
(
a
:
bundle
.
rtpath
(
)
)
call
s
:
rtp_add
(
g
:
bundle_dir
)
" TODO: it has to be relative rtpath, not bundle.name
exec
'runtime! '
.
a
:
bundle
.
name
.
'/plugin/*.vim'
Write
Preview
Loading…
Cancel
Save