]> git.gir.st - VimFx.git/commit
Properly handle key events in non-multi-process
authorSimon Lydell <simon.lydell@gmail.com>
Thu, 22 Oct 2015 17:08:00 +0000 (19:08 +0200)
committerSimon Lydell <simon.lydell@gmail.com>
Fri, 23 Oct 2015 16:46:36 +0000 (18:46 +0200)
commitb50f5ea597b1425ebaa0d38784589c4fe0fddc41
tree55b4109b1c9db6192c9a103ee65cff79b75002d1
parente10639b2beb3145da45d18b3eb3a397fee81db92
Properly handle key events in non-multi-process

This commit can alternatively be lableled:

"Fix `Vim::isFrameEvent`" in in-multi-process.

Before, _no key events were considered frame events non-multi-process, because
the check didn't work there. Most notably, this caused `<escape>` to be leaked
to the page when blurring text inputs.
extension/lib/vim.coffee
Imprint / Impressum