Browse Source

0

pull/179/head
Rykka 14 years ago
parent
commit
e7e7c1bc14
1 changed files with 0 additions and 1 deletions
  1. +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


Loading…
Cancel
Save