aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/link_hints.coffee
diff options
context:
space:
mode:
authorStephen Blott2015-06-10 15:12:45 +0100
committerStephen Blott2015-06-10 15:12:45 +0100
commit9b07fa7861620900e0d1da5829b38ddb4e8ff789 (patch)
treef776713379fd4d42b6738b6ccc7fd41b80f1088b /content_scripts/link_hints.coffee
parentddc747805e08eaad52bf58950b1d2df9bdd2da9c (diff)
downloadvimium-9b07fa7861620900e0d1da5829b38ddb4e8ff789.tar.bz2
Note changes in README.
Diffstat (limited to 'content_scripts/link_hints.coffee')
-rw-r--r--content_scripts/link_hints.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/link_hints.coffee b/content_scripts/link_hints.coffee
index 3dbb4f23..cbb4085e 100644
--- a/content_scripts/link_hints.coffee
+++ b/content_scripts/link_hints.coffee
@@ -577,7 +577,7 @@ class FilterHints
# Assign a score to a filter match (higher is better). We assign a higher score for matches at the start of
# a word, and a considerably higher score still for matches which are whole words.
- # Note(smblott) if linkSearchString is empty, then every hint get a score of 2.
+ # Note(smblott) if linkSearchString is empty, then every hint get a score of 4.
scoreLinkHint: (linkSearchString) ->
searchWords = linkSearchString.trim().split /\s+/
(linkMarker) ->