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
source after/ dir aswell
events
gmarik
15 years ago
parent
9291b006bf
commit
67da50189d
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
@ -21,6 +21,7 @@ func! vundle#config#source(bundles) abort
call
s
:
rtp_add
(
b
.
rtpath
(
)
)
" load plugin
call
s
:
source
(
b
.
rtpath
(
)
.
'/plugin/**/*.vim'
)
call
s
:
source
(
b
.
rtpath
(
)
.
'/after/**/*.vim'
)
endfor
endf
Write
Preview
Loading…
Cancel
Save