]> git.gir.st - VimFx.git/commit
Fix: `Vim::enterNormalMode` should reset `@keys`
authorSimon Lydell <simon.lydell@gmail.com>
Sat, 7 Sep 2013 18:32:31 +0000 (20:32 +0200)
committerSimon Lydell <simon.lydell@gmail.com>
Sat, 7 Sep 2013 18:32:31 +0000 (20:32 +0200)
commitc75f950ee1e1fe2d86308dc5c17b944a654c4e38
treed7db4b54a0ab5ed3faf710cdbedca480be50721b
parent73f6d8e280380a7b7115223c692cd6d6bbf50f85
Fix: `Vim::enterNormalMode` should reset `@keys`

Otherwise keys accumulated in other modes might be interpreted when going
back to normal mode. For example, following a link with a hint ending with
"a" and then directly trying to follow another link, would do so in a new
tab. That last "a" was still in `@keys` when returning to normal mode, so
when trying to use the "f" command, it was interpreted as "af" instead.
extension/packages/vim.coffee
Imprint / Impressum