diff options
| author | Stephen Blott | 2015-05-02 16:29:42 +0100 |
|---|---|---|
| committer | Stephen Blott | 2015-05-02 17:24:48 +0100 |
| commit | 8329f3cbe95e6a39e500aa15e54c6c44fad9cb7e (patch) | |
| tree | 31367cd8d6d35eb7efec537a9e8a4fb2b2d85237 /background_scripts/main.coffee | |
| parent | 6073d820ff25f824b575a797f160b3204e0e9863 (diff) | |
| download | vimium-8329f3cbe95e6a39e500aa15e54c6c44fad9cb7e.tar.bz2 | |
Search completion; refactor, add Youtube.
Major refactoring. Unified tratment of custom search engines and
general searches.
Diffstat (limited to 'background_scripts/main.coffee')
| -rw-r--r-- | background_scripts/main.coffee | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee index 6f7db05c..4d2546fc 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -47,13 +47,11 @@ completionSources = history: new HistoryCompleter() domains: new DomainCompleter() tabs: new TabCompleter() - customSearchEngines: new CustomSearchEngineCompleter() searchEngines: new SearchEngineCompleter() completers = omni: new MultiCompleter([ completionSources.searchEngines, - completionSources.customSearchEngines, completionSources.bookmarks, completionSources.history, completionSources.domains]) |
