]> git.gir.st - VimFx.git/commit
Properly suppress keys and notifications in all modes
authorSimon Lydell <simon.lydell@gmail.com>
Wed, 14 Sep 2016 16:15:56 +0000 (18:15 +0200)
committerSimon Lydell <simon.lydell@gmail.com>
Wed, 14 Sep 2016 16:29:48 +0000 (18:29 +0200)
commite31a2d40ef5d2dfe3a7a482a694bed2b8a8661ef
tree84968febd2e61761b911e4991c68ae1e5471448a
parent3647a279e04d4d702f0eb4aad0948d9d5ac814d0
Properly suppress keys and notifications in all modes

- Many modes previously forgot to suppress when getting a partial match
  for a command.

- Caret mode no correctly suppresses when entering a count.

- Ignore mode and Hints mode now explicitly make sure that notifications
  for counts are not shown in their `onInput` methods.

- The keys you've entered so far when filtering hint markers by element
  text now properly re-appear after the keys of a partial command match
  have been cleared due to the `timeout` option.

- `EnteredKeysManager` has been removed from events.coffee and has been
  merged into `Vim`, which turned out to be a nice refactor.
extension/lib/commands.coffee
extension/lib/events.coffee
extension/lib/hints-mode.coffee
extension/lib/modes.coffee
extension/lib/vim.coffee
Imprint / Impressum