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
simplify
events
gmarik
15 years ago
parent
d4eb8c3545
commit
15027f3348
1 changed files
with
1 additions
and
6 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-6
autoload/vundle/installer.vim
+ 1
- 6
autoload/vundle/installer.vim
View File
@ -87,12 +87,7 @@ func! s:sync(bang, bundle) abort
endf
endf
func
!
s
:
load_augroups
(
)
func
!
s
:
load_augroups
(
)
let
temp
=
@
v
redir
@
v
silent
verbose
augroup
redir
END
let
v
=
@
v
let
@
v
=
temp
redir
=
>
v
|
silent
verbose
augroup
|
redir
END
let
augroups
=
map
(
split
(
v
,
'[\n\r\t\ ]\+'
)
,
'tolower(v:val)'
)
let
augroups
=
map
(
split
(
v
,
'[\n\r\t\ ]\+'
)
,
'tolower(v:val)'
)
return
augroups
return
augroups
endf
endf
Write
Preview
Loading…
Cancel
Save