update gopath and plug.vim upgrade

This commit is contained in:
2020-05-22 01:26:59 +02:00
parent f1e4f7cb73
commit 0a44f1bded
2 changed files with 2 additions and 2 deletions

View File

@@ -942,6 +942,7 @@ function! s:do(pull, force, todo)
endif
elseif type == s:TYPE.funcref
try
call s:load_plugin(spec)
let status = installed ? 'installed' : (updated ? 'updated' : 'unchanged')
call spec.do({ 'name': name, 'status': status, 'force': a:force })
catch