]> git.gir.st - VimFx.git/commit
Fix `:hover` clearing on click in multi-process
authorSimon Lydell <simon.lydell@gmail.com>
Sat, 9 Jan 2016 16:39:07 +0000 (17:39 +0100)
committerSimon Lydell <simon.lydell@gmail.com>
Sat, 9 Jan 2016 16:39:07 +0000 (17:39 +0100)
commitb98eb6acf13313eeca999d2226f6ea99f4d1890b
tree5c1d06fb0100895e375b1ea921fe67640b2c5b67
parent97e57173dcec41bc49e178215850213f01c2fdc6
Fix `:hover` clearing on click in multi-process

Because clicks simulated by VimFx apparently cannot be caught in non-frame
listeners (which is good), _two_ real clicks were needed to clear `:hover`. This
commit fixes that, which allowed for a nice code cleanup. Instead, a temporary
hack is used for non-multi-process to make it work there.
extension/lib/commands.coffee
extension/lib/events.coffee
extension/lib/vim.coffee
Imprint / Impressum