Remove dead code

Close #1194
This commit is contained in:
Junegunn Choi 2024-03-29 13:02:03 +09:00
parent 2cd7bf673b
commit 24d7ac280f
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627
1 changed files with 0 additions and 1 deletions

View File

@ -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)