diff options
| author | Stephen Blott | 2016-02-14 07:05:17 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2016-02-14 07:44:39 +0000 | 
| commit | f05712bd4128bbd5d01d0487e026ba9dd11c8bd4 (patch) | |
| tree | bb3420e52383339778af50a8b0710058d5f808b3 /tests | |
| parent | 58f9bf87102ce0851bd9ad636b27e190f4a4b496 (diff) | |
| download | vimium-f05712bd4128bbd5d01d0487e026ba9dd11c8bd4.tar.bz2 | |
Split filtered hints on non-word and hint characters.
This affects the scoring system for filtered link hits, and therefore
affects their usability.
Example link text:
    "We open all day", say 7Eleven
Previously:
    "We
    open
    all
    day",
    say
    7Eleven
With this PR:
    we
    open
    all
    day
    say
    Eleven
Previously: the typed text `we` and `day` would receive poor scores (not
the start of a word, and not a whole word.  Now, these get high scores,
so are more likely to be selected as the active link.  Also, `7Eleven`
cannot be typed (because `7` is a hint character).
With this PR, the typed text `we` `day` now get high scores, as they
should.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions
