aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2012-10-21 13:33:43 +0100
committerStephen Blott2012-10-21 13:33:43 +0100
commit5327ac1c0dedfd9f4d30e9a0bf626f9ffb962e2d (patch)
tree62d74721f409f2fa524fbab6e77ec405b853f98d
parent25ebcf13c2510c20caa52d230abbb29a3e91459b (diff)
downloadvimium-5327ac1c0dedfd9f4d30e9a0bf626f9ffb962e2d.tar.bz2
Missed off one key line in previous commit.
-rw-r--r--background_scripts/settings.coffee2
1 files changed, 2 insertions, 0 deletions
diff --git a/background_scripts/settings.coffee b/background_scripts/settings.coffee
index 995ceb0c..ce8b8e16 100644
--- a/background_scripts/settings.coffee
+++ b/background_scripts/settings.coffee
@@ -56,6 +56,8 @@ root.Settings = Settings =
previousPatterns: "prev,previous,back,<,\u2190,\xab,\u226a,<<"
# "\bnext\b,\bmore\b,>,→,»,≫,>>"
nextPatterns: "next,more,>,\u2192,\xbb,\u226b,>>"
+ # default/fall back search engine
+ defaultSearchUrl: "http://www.google.com/search?q="
# Initialization code.
# We use this parameter to coordinate any necessary schema changes.