mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-07 21:24:40 +08:00
Remove deprecated function
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user