[vim] Remove unnecessary statement

This commit is contained in:
Junegunn Choi 2020-02-14 15:51:22 +09:00
parent 6c03571887
commit 5b99f19dac
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

View File

@ -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