mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-17 13:17:55 +08:00
fix elseif typo vim plugin (#68)
This commit is contained in:
@@ -33,7 +33,7 @@ function! himalaya#mbox#input()
|
||||
execute printf("luafile %s/mbox.lua", s:dir)
|
||||
call luaeval(printf("mbox_picker({%s})", join(map(mboxes, "string(v:val)"), ", ")))
|
||||
|
||||
else if &rtp =~ "fzf"
|
||||
elseif &rtp =~ "fzf"
|
||||
call fzf#run({
|
||||
\"source": mboxes,
|
||||
\"sink": function("himalaya#mbox#post_input"),
|
||||
|
||||
Reference in New Issue
Block a user