nvim: Upgrade vim-plug
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
021c66c047
commit
fe35fd065c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue