summaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2020-02-14 15:51:22 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2020-02-14 15:51:22 +0900
commit5b99f19dac5dfcdf1cbb322a73406e1edeb9ae23 (patch)
tree603d5fc1d8deb3721fe4822bb6c5889e6e77c4cd /plugin
parent6c03571887cda7c0253c0a28439230cc8fcea3e6 (diff)
[vim] Remove unnecessary statement
Diffstat (limited to 'plugin')
-rw-r--r--plugin/fzf.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/fzf.vim b/plugin/fzf.vim
index 2585570a..0f7a5be4 100644
--- a/plugin/fzf.vim
+++ b/plugin/fzf.vim
@@ -153,7 +153,6 @@ function! s:fzf_exec()
let s:exec = 'fzf'
elseif input('fzf executable not found. Download binary? (y/n) ') =~? '^y'
redraw
- echo
call fzf#install()
return s:fzf_exec()
else