Remove deprecated function
This commit is contained in:
parent
7e92b73d03
commit
2686522b2e
1 changed files with 0 additions and 5 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue