[doc] fzf#vim#with_preview does not require any argument

This commit is contained in:
Junegunn Choi
2018-11-27 23:05:43 +09:00
parent ad1833ecbc
commit 95f025ef2d
3 changed files with 3 additions and 3 deletions

View File

@@ -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 = {}