fzf.vim icon indicating copy to clipboard operation
fzf.vim copied to clipboard

Enable configuration of the function used to retrieve the buffer list

Open s1341 opened this issue 5 years ago • 5 comments

It's useful to enable configurability of the function used to retrieve the buffer list, so that certain buffers can be filtered, for example.

This pull request adds a new global variable which may contain the name of the function which provides the buffer list, allowing for extensibility of fzf's buffer related commands.

s1341 avatar Jun 21 '19 15:06 s1341

yes that's super helpful, any chance it gets accepted?

vasilakisfil avatar Feb 24 '20 15:02 vasilakisfil

Seeing as I have not received any communication from the maintainer, I think it unlikely. Still useful.

s1341 avatar Feb 24 '20 15:02 s1341

This would also solve #393. @junegunn any thoughts ?

vasilakisfil avatar Feb 24 '20 16:02 vasilakisfil

+1, I'm currently using this as a custom patch on top of master. @junegunn any concerns with merging this one?

krkhan avatar Mar 07 '21 23:03 krkhan

Any chance we could merge this?

s1341 avatar Feb 27 '22 11:02 s1341

I've been patching my fzf install to add this functionality for over a year now. Would love to see this merged if at all possible.

bit101 avatar Oct 14 '23 11:10 bit101