aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/completion_engines.coffee
diff options
context:
space:
mode:
authorStephen Blott2015-05-31 08:15:52 +0100
committerStephen Blott2015-05-31 13:33:43 +0100
commita51a4724c76d1eb644d5dcba3783f27d56d65e6b (patch)
treec5bfd886126cfff2c60bc29d35f44c677fbece25 /background_scripts/completion_engines.coffee
parent10b9f1bccf8728a43b70bd09628d8de1d2b435ae (diff)
downloadvimium-a51a4724c76d1eb644d5dcba3783f27d56d65e6b.tar.bz2
Tweak Google Maps URL.
Conflicts: misc/completion_engines/completion_engines.md
Diffstat (limited to 'background_scripts/completion_engines.coffee')
-rw-r--r--background_scripts/completion_engines.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/background_scripts/completion_engines.coffee b/background_scripts/completion_engines.coffee
index 638be27a..9a88d491 100644
--- a/background_scripts/completion_engines.coffee
+++ b/background_scripts/completion_engines.coffee
@@ -59,7 +59,7 @@ class GoogleWithPrefix
# then strip "map of" from the resulting suggestions.
class GoogleMaps extends GoogleWithPrefix
# Example search URL: https://www.google.com/maps?q=%s
- constructor: -> super "map of", "https?://[a-z]+\\.google\\.(com|ie|co\\.uk|ca|com\\.au)/maps"
+ constructor: -> super "map of", "^https?://[a-z]+\\.google\\.(com|ie|co\\.uk|ca|com\\.au)/maps"
class Youtube extends GoogleXMLRegexpEngine
# Example search URL: http://www.youtube.com/results?search_query=%s