aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts
diff options
context:
space:
mode:
authorStephen Blott2015-05-10 22:01:39 +0100
committerStephen Blott2015-05-10 22:01:39 +0100
commit6d0e3a0f019e85fd76a92cb015ffcfb0d44a4e07 (patch)
treeb4c0bd447a9932ecc1869c9187dd5a98d9dec815 /background_scripts
parent447115fdc5eccf0edebd3c24eec9dd7f94a2eae2 (diff)
downloadvimium-6d0e3a0f019e85fd76a92cb015ffcfb0d44a4e07.tar.bz2
Search completion; alternative vomnibar completion.
Diffstat (limited to 'background_scripts')
-rw-r--r--background_scripts/completion.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/background_scripts/completion.coffee b/background_scripts/completion.coffee
index e09d01ef..018740c0 100644
--- a/background_scripts/completion.coffee
+++ b/background_scripts/completion.coffee
@@ -466,7 +466,7 @@ class SearchEngineCompleter
insertText: suggestion
highlightTerms: false
selectCommonMatches: true
- custonSearchEngineCompletionSuggestion: true
+ customSearchEngineCompletionSuggestion: true
# If we have cached suggestions, then we can bundle them immediately (otherwise we'll have to fetch them
# asynchronously).