This version improves the denops#callback
module. It includes a kind of breaking spec changes (with backward compatibility)
- Add a
denops#callback#remove()
to remove - Add a
'once'
option on thedenops#callback#add()
- The default value of the option is
v:true
to keep backward compatibility - Users can add persistent callbacks by using
{ 'once': v:false }
- The default value of the option is
- Return results from the
denops#callback#call()