[vim] Remove unnecessary statement

pull/1875/head
Junegunn Choi 4 years ago
parent 6c03571887
commit 5b99f19dac
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

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

Loading…
Cancel
Save