diff options
| author | Stephen Blott | 2015-05-31 08:15:52 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2015-05-31 13:33:43 +0100 | 
| commit | a51a4724c76d1eb644d5dcba3783f27d56d65e6b (patch) | |
| tree | c5bfd886126cfff2c60bc29d35f44c677fbece25 /background_scripts/completion_engines.coffee | |
| parent | 10b9f1bccf8728a43b70bd09628d8de1d2b435ae (diff) | |
| download | vimium-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.coffee | 2 | 
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 | 
