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
delete buffer if it loaded
- to avod error when deleting nonexisting buffer
pull/86/merge
gmarik
15 years ago
parent
e1e2c64caa
commit
06480ede43
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/scripts.vim
+ 1
- 1
autoload/vundle/scripts.vim
View File
@ -38,7 +38,7 @@ func vundle#scripts#bundle_names(names)
endf
func
!
vundle
#
scripts
#
view
(
title
,
headers
,
results
)
if
exists
(
'g:vundle_view'
)
if
exists
(
'g:vundle_view'
)
&&
bufloaded
(
g
:
vundle_view
)
exec
g
:
vundle_view
.
'bd!'
endif
Write
Preview
Loading…
Cancel
Save