mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-24 20:10:23 +00:00
fix elseif typo vim plugin (#68)
This commit is contained in:
parent
442dc457b5
commit
0f1c490dad
1 changed files with 1 additions and 1 deletions
|
@ -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"),
|
||||
|
|
Loading…
Reference in a new issue