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
0
pull/179/head
Rykka
14 years ago
parent
bcb6d56394
commit
7c94bfb4af
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
autoload/vundle/installer.vim
+ 0
- 2
autoload/vundle/installer.vim
View File
@ -287,8 +287,6 @@ fun! s:update_local() abort "{{{
let
dirs
=
split
(
glob
(
bundle_dir
.
'/*/'
)
,
'\n'
)
for
dir
in
dirs
let
cmd
=
'cd /d '
.
shellescape
(
dir
)
.
' && xcopy /E /Y /C /I * '
.
local_dir
let
cmd
=
'"'
.
cmd
.
'"'
let
out
=
s
:
system
(
cmd
)
call
s
:
log
(
'$ '
.
cmd
)
call
s
:
log
(
'> '
.
out
)
Write
Preview
Loading…
Cancel
Save