look for fzf instead of fzf.vim (#62)

This commit is contained in:
Axel Dahlberg 2021-04-05 19:21:46 +02:00 committed by GitHub
parent 0d763a1ab8
commit fcdad035c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ endfunction
function! himalaya#mbox#input()
try
let mboxes = map(s:cli("mailboxes", [], "Fetching mailboxes"), "v:val.name")
if &rtp =~ "fzf.vim"
if &rtp =~ "fzf"
call fzf#run({
\"source": mboxes,
\"sink": function("himalaya#mbox#post_input"),