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
a736eb551c
commit
e7e7c1bc14
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
autoload/vundle/installer.vim
+ 0
- 1
autoload/vundle/installer.vim
View File
@ -271,7 +271,6 @@ fun! s:update_local() abort "{{{
call
s
:
log
(
'Remove dir of localbundle'
)
if
has
(
'win32'
)
|
|
has
(
'win64'
)
let
cmd
=
"rd /S /Q "
.
local_dir
let
out
=
s
:
system
(
cmd
)
else
let
cmd
=
"rm -rf "
.
local_dir
endif
Write
Preview
Loading…
Cancel
Save