aboutsummaryrefslogtreecommitdiffstats
path: root/pages
diff options
context:
space:
mode:
authorStephen Blott2015-05-10 05:57:47 +0100
committerStephen Blott2015-05-10 06:12:39 +0100
commit5fdbb8e579c068a54e9a397097d87063a3d8a146 (patch)
tree7167ff7a914724b7b6532162db84e24b03aabea2 /pages
parent313a1f96d666f23c2bc75ef340f0f828319e127c (diff)
downloadvimium-5fdbb8e579c068a54e9a397097d87063a3d8a146.tar.bz2
Search completion; rework SimpleCache.
Diffstat (limited to 'pages')
-rw-r--r--pages/vomnibar.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/vomnibar.coffee b/pages/vomnibar.coffee
index b53028ca..b8ada233 100644
--- a/pages/vomnibar.coffee
+++ b/pages/vomnibar.coffee
@@ -352,7 +352,7 @@ class BackgroundCompleter
@port.onMessage.addListener (msg) =>
switch msg.handler
- when "customSearchEngineKeywords"
+ when "keywords"
@keywords = msg.keywords
@lastUI.setKeywords @keywords
when "completions"