From ddc377c0d3b886f2046b70d087a4dd89c903fdc2 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 22 Oct 2020 17:11:09 +0900 Subject: [PATCH] Update doc: 0.23.0 or above required --- README.md | 2 +- doc/fzf-vim.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75a0626..555b391 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ so you can omit it if you use a plugin manager that doesn't support hooks. ### Dependencies -- [fzf][fzf-main] 0.22.0 or above +- [fzf][fzf-main] 0.23.0 or above - For syntax-highlighted preview, install [bat](https://github.com/sharkdp/bat) - `Ag` requires [The Silver Searcher (ag)][ag] - `Rg` requires [ripgrep (rg)][rg] diff --git a/doc/fzf-vim.txt b/doc/fzf-vim.txt index 29807d8..80432b6 100644 --- a/doc/fzf-vim.txt +++ b/doc/fzf-vim.txt @@ -90,7 +90,7 @@ so you can omit it if you use a plugin manager that doesn't support hooks. < Dependencies >______________________________________________________________~ *fzf-vim-dependencies* - - {fzf}{1} 0.22.0 or above + - {fzf}{1} 0.23.0 or above - For syntax-highlighted preview, install {bat}{5} - `Ag` requires {The Silver Searcher (ag)}{6} - `Rg` requires {ripgrep (rg)}{7}