Include function to check if plugin is loaded

This commit is contained in:
Kenny Younger 2019-09-07 12:42:02 -05:00
parent 46f843aafe
commit ac4b9f35c7
No known key found for this signature in database
GPG Key ID: 78F655479034FC9A

View File

@ -2260,6 +2260,10 @@ function! s:upgrade_specs()
endfor
endfunction
function! plug#is_loaded(name)
return has_key(s:loaded, a:name)
endfunction
function! s:status()
call s:prepare()
call append(0, 'Checking plugins')