aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiklas Baumstark2012-01-27 23:04:37 +0100
committerNiklas Baumstark2012-04-10 23:59:54 +0200
commitb56ee2730cd78f522ae62800ae5fbe53e43b096e (patch)
tree3fd9b573477421677f4a2a84906585f5c5bd85bd
parent5ee53fc3ef8d4b3a2a616843accb77c30849a26f (diff)
downloadvimium-b56ee2730cd78f522ae62800ae5fbe53e43b096e.tar.bz2
don't complete tabs in omni mode
-rw-r--r--background_page.html1
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),
};