@@ -84,7 +84,7 @@ let s:loaded = get(s:, 'loaded', {})
function!plug#begin(...)
ifa:0>0
lethome=s:path(fnamemodify(a:1,':p'))
lethome=s:path(fnamemodify(expand(a:1),':p'))
elseifexists('g:plug_home')
lethome=s:path(g:plug_home)
elseif!empty(&rtp)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.