m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 09:03:43 -05:00

Mention needed PR for :Buffers customization.

Doron Behar
2020-06-01 08:38:37 +00:00
parent 3674d75886
commit 2c50b0c3d2

@@ -333,7 +333,7 @@ command! -bang -nargs=* LoadTemplate call fzf#run({
This customization for `:Buffers` makes `D` delete buffers, and it reloads the list of available buffers upon deletion, while allowing to delete multiple buffers as well. The requirements are:
- https://github.com/mhinz/neovim-remote .
- fzf.vim with this PR merged:
- fzf.vim with this PR merged: https://github.com/junegunn/fzf.vim/pull/1044
- fzf 19.0 or later.
```vim