add idle_hook_cmds setting

This commit is contained in:
Clément DOUIN
2021-04-22 21:36:44 +02:00
parent b24ff24426
commit 366e0b72ed
5 changed files with 34 additions and 9 deletions
+6 -6
View File
@@ -33,15 +33,15 @@ function! himalaya#msg#list_with(mbox, page, should_throw)
endfunction
function! himalaya#msg#list()
try
" try
let mbox = himalaya#mbox#curr_mbox()
let page = himalaya#mbox#curr_page()
call himalaya#msg#list_with(mbox, page, 0)
catch
if !empty(v:exception)
redraw | call himalaya#shared#log#err(v:exception)
endif
endtry
" catch
" if !empty(v:exception)
" redraw | call himalaya#shared#log#err(v:exception)
" endif
" endtry
endfunction
function! himalaya#msg#read()