]> git.gir.st - VimFx.git/commit
Fix #60: Give the same hint to links with the same URL
authorSimon Lydell <simon.lydell@gmail.com>
Sun, 25 Jan 2015 17:23:35 +0000 (18:23 +0100)
committerSimon Lydell <simon.lydell@gmail.com>
Sun, 25 Jan 2015 17:23:35 +0000 (18:23 +0100)
commit1e75afbe396127808ea72d2626f564fcd58e4a32
tree8b626b29d1dc555f525ad47fcd58842cac07df02
parent1ee0208de89b1f777bf248db2523964f941da8d0
Fix #60: Give the same hint to links with the same URL

This results in fewer hints, which results in shorter hints overall.

'vf' is excluded so that everything still is focusable.

`<a href="#">` links, which are commonly used as buttons, are excluded since
clicking them likely does different things via JavaScript.

`<a href="javascript:">` links are also excluded, mainly because
`<a href="javascript:void(0)">` is a commonly used as buttons as well.
extension/lib/commands.coffee
extension/lib/hints.coffee
extension/lib/marker.coffee
extension/lib/modes.coffee
Imprint / Impressum