Remove deprecated function

This commit is contained in:
Junegunn Choi 2018-01-09 01:18:37 +09:00
parent 7e92b73d03
commit 2686522b2e
No known key found for this signature in database
GPG key ID: 254BC280FEF9C627

View file

@ -115,11 +115,6 @@ function! s:remove_layout(opts)
return a:opts return a:opts
endfunction endfunction
" Deprecated: use fzf#wrap instead
function! fzf#vim#wrap(opts)
return fzf#wrap(a:opts)
endfunction
function! s:wrap(name, opts, bang) function! s:wrap(name, opts, bang)
" fzf#wrap does not append --expect if sink or sink* is found " fzf#wrap does not append --expect if sink or sink* is found
let opts = copy(a:opts) let opts = copy(a:opts)