mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-06 20:54:28 +08:00
Remove deprecated function
This commit is contained in:
@@ -115,11 +115,6 @@ function! s:remove_layout(opts)
|
||||
return a:opts
|
||||
endfunction
|
||||
|
||||
" Deprecated: use fzf#wrap instead
|
||||
function! fzf#vim#wrap(opts)
|
||||
return fzf#wrap(a:opts)
|
||||
endfunction
|
||||
|
||||
function! s:wrap(name, opts, bang)
|
||||
" fzf#wrap does not append --expect if sink or sink* is found
|
||||
let opts = copy(a:opts)
|
||||
|
||||
Reference in New Issue
Block a user