aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts
diff options
context:
space:
mode:
authorStephen Blott2015-05-04 14:21:37 +0100
committerStephen Blott2015-05-04 14:21:37 +0100
commitb8e018df407fdca6e2418a90e8ad6cf6b3659425 (patch)
treed3951eab69799d7cf6ca7fa88696f96613e87542 /background_scripts
parentbe41c579673b323a78f578a50930f429f9b8505e (diff)
downloadvimium-b8e018df407fdca6e2418a90e8ad6cf6b3659425.tar.bz2
Search completion; disable experimental feature.
Diffstat (limited to 'background_scripts')
-rw-r--r--background_scripts/completion.coffee3
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