mirror of
https://github.com/junegunn/fzf.git
synced 2025-05-19 12:50:22 -07:00
So that it's easier to add a sinklist function to a spec dictionary. let spec = { 'source': source, 'options': ['--preview', preview] } function spec.sinklist(matches) echom string(a:matches) endfunction call fzf#run(fzf#wrap(spec))