mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2025-01-09 17:53:56 +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'
|
let s:exec = 'fzf'
|
||||||
elseif input('fzf executable not found. Download binary? (y/n) ') =~? '^y'
|
elseif input('fzf executable not found. Download binary? (y/n) ') =~? '^y'
|
||||||
redraw
|
redraw
|
||||||
echo
|
|
||||||
call fzf#install()
|
call fzf#install()
|
||||||
return s:fzf_exec()
|
return s:fzf_exec()
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user