diff --git a/common/locale/en-US/autocommands.xml b/common/locale/en-US/autocommands.xml index a27301ea..e11bce4e 100644 --- a/common/locale/en-US/autocommands.xml +++ b/common/locale/en-US/autocommands.xml @@ -90,11 +90,11 @@
Enable passthrough mode on all Google sites:
-:autocmd LocationChange google\.com -js modes.push(modes.PASS_THROUGH)
+:autocmd LocationChange google\.com -js modes.set(modes.PASS_THROUGH)
Enable passthrough mode on some Google sites:
-:autocmd LocationChange (www|mail)\.google\.com -js modes.push(modes.PASS_THROUGH)
+:autocmd LocationChange (www|mail)\.google\.com -js modes.set(modes.PASS_THROUGH)
Set the filetype to mail when editing email at Gmail: