Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
Close #1194
  • Loading branch information
junegunn committed Mar 29, 2024
1 parent 2cd7bf6 commit 24d7ac2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plug.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 24d7ac2

Please sign in to comment.