Skip to content

Commit

Permalink
Fix dein#check_update()
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Apr 28, 2021
1 parent ef963a3 commit 5fea88e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions autoload/dein/install.vim
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,6 @@ function! dein#install#_check_update(plugins, force, async) abort
let candidates[-1] .= a:data[0]
endif

call s:print_progress_message(candidates[-1])

let candidates += a:data[1:]
endfunction
let process.job = s:get_job().start(
Expand Down

0 comments on commit 5fea88e

Please sign in to comment.