]> git.gir.st - VimFx.git/commit
Fix broken updating of the button
authorSimon Lydell <simon.lydell@gmail.com>
Sun, 22 Nov 2015 16:28:51 +0000 (17:28 +0100)
committerSimon Lydell <simon.lydell@gmail.com>
Sun, 22 Nov 2015 16:28:51 +0000 (17:28 +0100)
commitb2530d3a1fdbe7258471a001386b1722ebc17c2a
treea889201a39cc03174da55401d0b50a23b25d2da3
parent6ceb812716f03fd14d223a226fb9382602da0ebf
Fix broken updating of the button

When moving from `@vimfx.emit.bind(@vimfx, 'TabSelect', event)` some time, that
code was mistakenly changed to `@vimfx.emit(@vimfx, 'TabSelect', event)` instead
of `@vimfx.emit('TabSelect', event)`
extension/lib/events.coffee
Imprint / Impressum