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
Merge pull request
#75
from jdevera/nin
Use only already loaded Bundles for installation, do not source vimrc again
pull/86/merge
gmarik
15 years ago
parent
5eef56a965
7701ac5fd8
commit
530dbb8001
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
autoload/vundle/installer.vim
+ 1
- 1
autoload/vundle/installer.vim
View File
@ -1,6 +1,6 @@
func
!
vundle
#
installer
#
new
(
bang
,
...
)
abort
let
bundles
=
(
a
:
1
=
=
''
)
?
\
s
:
reload_bundles
(
)
:
\
g
:
bundles
:
\
map
(
copy
(
a
:
000
)
,
'vundle#config#init_bundle(v:val, {})'
)
let
names
=
map
(
copy
(
bundles
)
,
'v:val.name_spec'
)
Write
Preview
Loading…
Cancel
Save