From 8f3846f9687e82546c25b28481dded2fcb03f403 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Fri, 19 Jul 2024 21:42:56 +0900 Subject: [PATCH] Show how to download the latest binary in ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 7217703..f2bac4a 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -3,7 +3,8 @@ - [ ] I have fzf 0.54.0 or above - - `:echo system(fzf#exec() .. ' --version')` + - Check `:echo system(fzf#exec() .. ' --version')` + - If you don't have the latest version, `:call fzf#install()` to download it - [ ] I have read through https://github.com/junegunn/fzf.vim/blob/master/README.md - [ ] I have read through https://github.com/junegunn/fzf/blob/master/README-VIM.md - [ ] I have read through the manual page of fzf (`man fzf`)