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