diff --git a/common/locale/en-US/autocommands.xml b/common/locale/en-US/autocommands.xml index 359aeacc..260eb074 100644 --- a/common/locale/en-US/autocommands.xml +++ b/common/locale/en-US/autocommands.xml @@ -90,16 +90,20 @@
Enable passthrough mode on all Google sites:
-:autocmd LocationChange google\.com -js modes.set(modes.PASS_THROUGH)
+:autocmd LocationChange google.com :normal!
Enable passthrough mode on some Google sites:
-:autocmd LocationChange (www|mail)\.google\.com -js modes.set(modes.PASS_THROUGH)
+:autocmd LocationChange ^https?://(www|mail)\.google\.com/ :normal!
+
+or
+ +:autocmd LocationChange www.google.com ,mail.google.com :normal!
Set the filetype to mail when editing email at Gmail:
-:autocmd LocationChange !mail\.google\.com gvim -f
-:autocmd LocationChange mail\.google\.com gvim -f -c 'set ft=mail'
+:autocmd LocationChange !mail.google.com ,*
+:autocmd LocationChange mail.google.com gvim -f -c 'set ft=mail' +<line>
diff --git a/common/locale/en-US/eval.xml b/common/locale/en-US/eval.xml
index 79dd021a..d10fd02f 100644
--- a/common/locale/en-US/eval.xml
+++ b/common/locale/en-US/eval.xml
@@ -89,7 +89,10 @@
Evaluates the given cmd as JavaScript. Behaves exactly as
@@ -197,6 +200,7 @@
@@ -210,7 +214,7 @@
Ends a string of
diff --git a/common/locale/en-US/gui.xml b/common/locale/en-US/gui.xml
index ed6e13e9..9bb1151c 100644
--- a/common/locale/en-US/gui.xml
+++ b/common/locale/en-US/gui.xml
@@ -248,7 +248,7 @@
as per &dactyl.host;. The color of the status bar also changes to reflect the
current security status of the loaded page.
Remove the mapping of lhs (or all mappings if
Sleep for count milliseconds before resuming playback.
Delete any matching styles. With The available options are:
-