diff options
| author | Niklas Baumstark | 2012-01-27 23:04:37 +0100 |
|---|---|---|
| committer | Niklas Baumstark | 2012-04-10 23:59:54 +0200 |
| commit | b56ee2730cd78f522ae62800ae5fbe53e43b096e (patch) | |
| tree | 3fd9b573477421677f4a2a84906585f5c5bd85bd | |
| parent | 5ee53fc3ef8d4b3a2a616843accb77c30849a26f (diff) | |
| download | vimium-b56ee2730cd78f522ae62800ae5fbe53e43b096e.tar.bz2 | |
don't complete tabs in omni mode
| -rw-r--r-- | background_page.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/background_page.html b/background_page.html index 6476b474..9ce9fe22 100644 --- a/background_page.html +++ b/background_page.html @@ -72,7 +72,6 @@ completionSources.smart, completionSources.bookmarks, completionSources.history, - completionSources.tabs, ], 1), tabs: new completion.MultiCompleter([ completionSources.tabs ], 0), }; |
