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