]> git.gir.st - VimFx.git/commit
Streamline `vimfx.on` events
authorSimon Lydell <simon.lydell@gmail.com>
Sun, 28 Feb 2016 15:55:23 +0000 (16:55 +0100)
committerSimon Lydell <simon.lydell@gmail.com>
Sun, 28 Feb 2016 15:55:23 +0000 (16:55 +0100)
commit343fe1d01398e37628b90bab2a3f4b17d914dcfa
tree715698f08e4c093e344e7f5470b4c4d51d799e49
parent241b237ca1807561d6943af385567a57e7616a7c
Streamline `vimfx.on` events

_Always_ pass an object with event-specific properties, instead of sometimes
passing data directly. This is more consistent, and more future-proof since it
allows passing additional data without breaking backwards compatibility.
documentation/api.md
extension/lib/button.coffee
extension/lib/events.coffee
extension/lib/main.coffee
extension/lib/vim.coffee
extension/lib/vimfx.coffee
Imprint / Impressum