]> git.donarmstrong.com Git - dactyl.git/blobdiff - common/locale/en-US/autocommands.xml
New upstream version 1.0+hg6948
[dactyl.git] / common / locale / en-US / autocommands.xml
index b2719c05452d795559fb925fbc40d9d7de4994f2..d5e3fa14b2ff7ad5b0f662b4fdb941d21a8a9137 100644 (file)
         </p>
 
         <p>
-            If the <em>-group</em>=<a>group</a> flag is given, add this autocmd
-            to the named <t>group</t>. Any filters for <a>group</a> apply in
-            addition to <oa>filter</oa>. When listing commands this limits the
-            output to the specified group.
+            If the <em>-group</em>=<a>group</a> flag is given, add this
+            autocommand to the named <t>group</t>. Any filters for <a>group</a>
+            apply in addition to <oa>filter</oa>. When listing commands this
+            limits the output to the specified group.
         </p>
 
         <p>Available <oa>events</oa>:</p>
 
 <p>Enable <em>Pass Through</em> mode on <em>some</em> Google sites:</p>
 
-<code><ex>:autocmd LocationChange</ex> <str delim="'">^https?://(www|mail)\.google\.com/</str> <ex>:normal!</ex> <k name="C-z"/></code>
+<code><ex>:autocmd LocationChange</ex> <str delim="">www.google.com</str>,<str delim="">mail.google.com</str> <ex>:normal!</ex> <k name="C-z"/></code>
 
 <p>or</p>
 
-<code><ex>:autocmd LocationChange</ex> <str delim="">www.google.com</str>,<str delim="">mail.google.com</str> <ex>:normal!</ex> <k name="C-z"/></code>
+<code><ex>:autocmd LocationChange</ex> <str delim="'">^https?://(www|mail)\.google\.com/</str> <ex>:normal!</ex> <k name="C-z"/></code>
 
 <p>Set the filetype to mail when editing email at Gmail:</p>