update gopath and plug.vim upgrade
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user