From 2c50b0c3d2fc7bc681403466d9291b1375734f2f Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Mon, 1 Jun 2020 08:38:37 +0000 Subject: [PATCH] Mention needed PR for :Buffers customization. --- Examples-(vim).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples-(vim).md b/Examples-(vim).md index 86829d4..91754fd 100644 --- a/Examples-(vim).md +++ b/Examples-(vim).md @@ -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