]> git.gir.st - VimFx.git/commit
Fix a case of being unable to filter hints by text
authorSimon Lydell <simon.lydell@gmail.com>
Wed, 14 Sep 2016 16:12:36 +0000 (18:12 +0200)
committerSimon Lydell <simon.lydell@gmail.com>
Wed, 14 Sep 2016 16:12:36 +0000 (18:12 +0200)
commit3647a279e04d4d702f0eb4aad0948d9d5ac814d0
tree4c318db758398d14a6913c689fcab10fb27b5352
parenta0aab2fe848a4b26ac57b7c887d2b7aee55e3104
Fix a case of being unable to filter hints by text

1. Disable the `hints.auto_activate` option.
2. Press `f`.
3. Filter hint markers by element text until only one link matches.
4. Press `<backspace>`.
5. Try to filter by element text again.

Result: Nothing happens. Previously, we got stuck in the `isMatched`
mode after deleting a typed char.
extension/lib/marker-container.coffee
extension/lib/modes.coffee
Imprint / Impressum