]> git.gir.st - VimFx.git/commit
Properly hide notifications
authorSimon Lydell <simon.lydell@gmail.com>
Sun, 11 Sep 2016 13:58:03 +0000 (15:58 +0200)
committerSimon Lydell <simon.lydell@gmail.com>
Sun, 11 Sep 2016 14:29:06 +0000 (16:29 +0200)
commit98820ed05ec9d68563aa6bfcaa03ced5ebcf48e5
treed27d0324c3d954eb415481a2ff09846d1063d267
parentec0f29f1a584a4aae963d5195a8265230e6b353d
Properly hide notifications

In order to show the characters you have typed so far when filtering
hint markers by element text, commit ae106db9 changed the logic for when
notifications are hidden due to key presses.

Previously, notifications were hidden unconditionally when the pressed
key is not part of any shortcut, or caused a command to be run. Now, it
is up to every mode to deal with those cases. So that logic has
essentially been moved into Normal mode, and partly into Marks mode and
Caret mode as well.

The `<escape>` command now also explicitly hides notifications.
extension/lib/commands.coffee
extension/lib/modes.coffee
Imprint / Impressum