mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-01-17 16:45:13 +08:00
[doc] fzf#vim#with_preview does not require any argument
This commit is contained in:
@@ -74,7 +74,7 @@ function! s:prepend_opts(dict, eopts)
|
||||
return s:extend_opts(a:dict, a:eopts, 1)
|
||||
endfunction
|
||||
|
||||
" [[options to wrap], preview window expression, [toggle-preview keys...]]
|
||||
" [[options to wrap], [preview window expression], [toggle-preview keys...]]
|
||||
function! fzf#vim#with_preview(...)
|
||||
" Default options
|
||||
let options = {}
|
||||
|
||||
Reference in New Issue
Block a user