m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 00:03:39 -05:00

[vim] Make arguments to fzf#wrap() optional

fzf#wrap([name string,] [opts dict,] [fullscreen boolean])
This commit is contained in:
Junegunn Choi
2016-08-19 03:04:20 +09:00
parent 37dc273148
commit 62f6ff9d6c
2 changed files with 17 additions and 10 deletions

View File

@@ -344,7 +344,7 @@ page](https://github.com/junegunn/fzf/wiki/Examples-(vim)).
#### `fzf#wrap`
`fzf#wrap(name string, [opts dict, [fullscreen boolean]])` is a helper
`fzf#wrap([name string,] [opts dict,] [fullscreen boolean])` is a helper
function that decorates the options dictionary so that it understands
`g:fzf_layout`, `g:fzf_action`, and `g:fzf_history_dir` like `:FZF`.