diff options
| author | Stephen Blott | 2015-05-10 20:49:10 +0100 |
|---|---|---|
| committer | Stephen Blott | 2015-05-10 20:49:10 +0100 |
| commit | 447115fdc5eccf0edebd3c24eec9dd7f94a2eae2 (patch) | |
| tree | 3f2d30d8afc1a3c590dcd57026f98ceebd11aba0 /background_scripts | |
| parent | 21895866c43c09caff096ba2ef5503ee220bab73 (diff) | |
| download | vimium-447115fdc5eccf0edebd3c24eec9dd7f94a2eae2.tar.bz2 | |
Search completion; alternative vomnibar completion.
Diffstat (limited to 'background_scripts')
| -rw-r--r-- | background_scripts/completion.coffee | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/background_scripts/completion.coffee b/background_scripts/completion.coffee index d0058538..e09d01ef 100644 --- a/background_scripts/completion.coffee +++ b/background_scripts/completion.coffee @@ -449,6 +449,7 @@ class SearchEngineCompleter # We suppress the leading keyword, for example "w something" becomes "something" in the vomnibar. suppressLeadingKeyword: true selectCommonMatches: false + custonSearchEnginePrimarySuggestion: true # Toggles for the legacy behaviour. autoSelect: not useExclusiveVomnibar forceAutoSelect: not useExclusiveVomnibar @@ -465,6 +466,7 @@ class SearchEngineCompleter insertText: suggestion highlightTerms: false selectCommonMatches: true + custonSearchEngineCompletionSuggestion: true # If we have cached suggestions, then we can bundle them immediately (otherwise we'll have to fetch them # asynchronously). |
