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
Refactor vundle#config#init() logic
pull/98/head
Rainux Luo
14 years ago
parent
c52de216a4
commit
367fafdba0
1 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-2
autoload/vundle/config.vim
+ 3
- 2
autoload/vundle/config.vim
View File
@ -6,8 +6,9 @@ func! vundle#config#bundle(arg, ...)
endf
func
!
vundle
#
config
#
init
(
)
if
!
exists
(
'g:bundles'
)
|
let
g
:
bundles
=
[]
|
endif
call
s
:
rtp_rm_a
(
)
if
exists
(
'g:bundles'
)
call
s
:
rtp_rm_a
(
)
endif
let
g
:
bundles
=
[]
endf
Write
Preview
Loading…
Cancel
Save