diff options
| author | Stephen Blott | 2012-10-21 13:33:43 +0100 |
|---|---|---|
| committer | Stephen Blott | 2012-10-21 13:33:43 +0100 |
| commit | 5327ac1c0dedfd9f4d30e9a0bf626f9ffb962e2d (patch) | |
| tree | 62d74721f409f2fa524fbab6e77ec405b853f98d | |
| parent | 25ebcf13c2510c20caa52d230abbb29a3e91459b (diff) | |
| download | vimium-5327ac1c0dedfd9f4d30e9a0bf626f9ffb962e2d.tar.bz2 | |
Missed off one key line in previous commit.
| -rw-r--r-- | background_scripts/settings.coffee | 2 |
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. |
