diff --git a/plug.vim b/plug.vim index 3badb4d..723f908 100644 --- a/plug.vim +++ b/plug.vim @@ -238,7 +238,6 @@ endfunction function! plug#begin(...) if a:0 > 0 - let s:plug_home_org = a:1 let home = s:path(s:plug_fnamemodify(s:plug_expand(a:1), ':p')) elseif exists('g:plug_home') let home = s:path(g:plug_home)