diff --git a/Examples-(vim).md b/Examples-(vim).md index 91754fd..4e6cf0b 100644 --- a/Examples-(vim).md +++ b/Examples-(vim).md @@ -330,7 +330,7 @@ command! -bang -nargs=* LoadTemplate call fzf#run({ ### Delete buffers from `:Buffers` -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: +This customization is an _attempt_, that sometimes doesn't work, to make the key `D` in `:Buffers`' interface, delete buffers. See the issues reported with this customization [here](https://github.com/junegunn/fzf.vim/pull/1044#issuecomment-651199164). An additional change this does to `:Buffers`' interface, is to make fzf reload 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: https://github.com/junegunn/fzf.vim/pull/1044