Upgrade plug.vim
- Id
- 975e1a2a28cbc70ca1792ea5a659b452b9a6a897
- Author
- Caio
- Commit time
- 2020-05-04T20:03:48+02:00
Modified autoload/plug.vim
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