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
Added function to check if bundle registered with vundle
pull/189/head
Aleksey 'Xerkus' Khudyakov
14 years ago
parent
d09f6bb017
commit
900bc9ae43
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
autoload/vundle.vim
+ 4
- 0
autoload/vundle.vim
View File
@ -44,3 +44,7 @@ func! vundle#rc(...) abort
let
g
:
vundle_changelog
=
[
'Updated Bundles:'
]
call
vundle
#
config
#
init
(
)
endf
func
!
vundle
#
hasBundle
(
bundle_install_name
)
return
exists
(
'g:bundles'
)
&&
has_key
(
g
:
bundles
,
a
:
bundle_install_name
)
endf
Write
Preview
Loading…
Cancel
Save