mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-04-28 10:05:32 +08:00
Allow fzf#complete to take hash argument with sink
This allows us to use the return value of fzf#wrap function with fzf#complete. This commit also removes obsolete g:fzf#vim#default_layout and fzf#vim#layout.
This commit is contained in:
@@ -245,7 +245,7 @@ following exceptions:
|
||||
- Or a function to extract completion prefix
|
||||
- Both `source` and `options` can be given as funcrefs that take the
|
||||
completion prefix as the argument and return the final value
|
||||
- `sink` or `sink*` are not allowed
|
||||
- `sink` or `sink*` are ignored
|
||||
|
||||
#### Reducer example
|
||||
|
||||
|
||||
Reference in New Issue
Block a user