diff options
| author | Stephen Blott | 2015-05-04 14:21:37 +0100 |
|---|---|---|
| committer | Stephen Blott | 2015-05-04 14:21:37 +0100 |
| commit | b8e018df407fdca6e2418a90e8ad6cf6b3659425 (patch) | |
| tree | d3951eab69799d7cf6ca7fa88696f96613e87542 | |
| parent | be41c579673b323a78f578a50930f429f9b8505e (diff) | |
| download | vimium-b8e018df407fdca6e2418a90e8ad6cf6b3659425.tar.bz2 | |
Search completion; disable experimental feature.
| -rw-r--r-- | background_scripts/completion.coffee | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/background_scripts/completion.coffee b/background_scripts/completion.coffee index d206a285..e76139c2 100644 --- a/background_scripts/completion.coffee +++ b/background_scripts/completion.coffee @@ -389,9 +389,6 @@ class SearchEngineCompleter suggestions.push @mkSuggestion insertText, queryTerms, type, mkUrl(suggestion), suggestion, @computeRelevancy, score score *= 0.9 - # Experimental. Force the best match to the top of the list. - suggestions[0].extraRelevancyData = 0.9999999 if 0 < suggestions.length - # We keep at least three suggestions (if possible) and at most six. We keep more than three only if # there are enough slots. The idea is that these suggestions shouldn't wholly displace suggestions # from other completers. That would potentially be a problem because there is no relationship |
