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
make function reloadable
pull/106/merge
gmarik
14 years ago
parent
8b5be8dd60
commit
bf25e018bc
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
autoload/vundle/scripts.vim
+ 1
- 1
autoload/vundle/scripts.vim
View File
@ -33,7 +33,7 @@ func! s:view_log()
wincmd
P
|
wincmd
H
wincmd
P
|
wincmd
H
endf
endf
func
vundle
#
scripts
#
bundle_names
(
names
)
func
!
vundle
#
scripts
#
bundle_names
(
names
)
return
map
(
copy
(
a
:
names
)
,
' printf("Bundle '
.
"'%s'"
.
'", v:val) '
)
return
map
(
copy
(
a
:
names
)
,
' printf("Bundle '
.
"'%s'"
.
'", v:val) '
)
endf
endf
Write
Preview
Loading…
Cancel
Save