Open ghost opened 5 years ago
Creates two simple shim functions to alllow plugins to use fzf#run and/or fzf#wrap directly.
fzf#run
fzf#wrap
These functions need to be in autoload/fzf.vim, not autoload/fzf/vim.vim. If you do that, they work fine. (Tested with LanguageClient-neovim.)
autoload/fzf.vim
autoload/fzf/vim.vim
Creates two simple shim functions to alllow plugins to use
fzf#run
and/orfzf#wrap
directly.