Skip to content

Commit 24d7ac2

Browse files
committed
Remove dead code
Close #1194
1 parent 2cd7bf6 commit 24d7ac2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: plug.vim

-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ endfunction
238238

239239
function! plug#begin(...)
240240
if a:0 > 0
241-
let s:plug_home_org = a:1
242241
let home = s:path(s:plug_fnamemodify(s:plug_expand(a:1), ':p'))
243242
elseif exists('g:plug_home')
244243
let home = s:path(g:plug_home)

0 commit comments

Comments
 (0)