1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 15:19:12 +08:00

Fix plugin manager

close #761
This commit is contained in:
wsdjeg 2017-08-01 04:22:02 +08:00
parent 53de7fce0d
commit b29d5639e1

View File

@ -339,7 +339,7 @@ function! s:on_install_exit(id, data, event) abort
if get(s:pulling_repos[id], 'rev', '') !=# ''
call s:lock_revision(s:pulling_repos[id])
endif
if get(s:pulling_repos[id], 'build', '') !=# ''
if !empty(get(s:pulling_repos[id], 'build', ''))
call s:build(s:pulling_repos[id])
else
let s:pct_done += 1