]> git.gir.st - VimFx.git/commit
Fix hints mode not exiting when focusing text input
authorSimon Lydell <simon.lydell@gmail.com>
Sun, 22 Nov 2015 11:26:14 +0000 (12:26 +0100)
committerSimon Lydell <simon.lydell@gmail.com>
Sun, 22 Nov 2015 11:26:14 +0000 (12:26 +0100)
commit718a24c655d56a2fc1177eba1d2e1837246c430c
treee4b3a0049c4793048f9e21c6fd794c0dddea13a7
parent46fd6b2e23e0e7d238092078586ba9b4d52aeebd
Fix hints mode not exiting when focusing text input

`marker.type` (which is `undefined`) was used instead of `marker.wrapper.type`
when checking if it is `'text'`. This caused for example `af` not to exit hints
mode when typing the hint for a text input.
extension/lib/commands-frame.coffee
extension/lib/commands.coffee
Imprint / Impressum