junegunn / fzf.vim

fzf :heart: vim
MIT License
9.62k stars 584 forks source link

Extending fzf.vim and script local functions? #720

Open jesseleite opened 5 years ago

jesseleite commented 5 years ago

I'm trying to extend :History, wanting to add :GHistory, which be the same as the former, but filtering results that are in the parent git tree only. More like a project history. Anyway, having trouble because so many of the functions I want to call are script local, like s:fzf(), s:all_files(), etc. Thoughts or advice? Thanks!

FatBoyXPC commented 5 years ago

I just stumbled upon this and I think it would be awesome if some of those functions were public!