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
bangs are "booleans" now
pull/10/head
gmarik
15 years ago
parent
5f13029754
commit
b893d3f005
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
@ -26,7 +26,7 @@ endf
func
!
s
:
load_scripts
(
bang
)
let
f
=
expand
(
'$HOME/.vim-vundle/vim-scripts.org.json'
)
if
'!'
=
=
a
:
bang
|
|
!
filereadable
(
f
)
if
a
:
bang
|
|
!
filereadable
(
f
)
call
s
:
fetch_scripts
(
f
)
endif
return
eval
(
readfile
(
f
,
'b'
)
[
0
]
)
Write
Preview
Loading…
Cancel
Save