diff options
Diffstat (limited to 'background_scripts/main.coffee')
| -rw-r--r-- | background_scripts/main.coffee | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee index b2b4669c..00b96643 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -24,9 +24,11 @@ completionSources =    history: new HistoryCompleter()    domains: new DomainCompleter()    tabs: new TabCompleter() +  seachEngines: new SearchEngineCompleter()  completers =    omni: new MultiCompleter([ +    completionSources.seachEngines,      completionSources.bookmarks,      completionSources.history,      completionSources.domains]) | 
