mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2025-01-09 01:44:14 +00:00
[vim] Remove unnecessary statement
This commit is contained in:
parent
6c03571887
commit
5b99f19dac
@ -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…
Reference in New Issue
Block a user