1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-02 12:33:34 +02:00

Hint mode improvements.

This commit is contained in:
Kris Maglione
2010-10-08 22:54:34 -04:00
parent da7dcd59c1
commit f40ed2e734
4 changed files with 33 additions and 21 deletions

View File

@@ -96,13 +96,11 @@
<code><ex>:autocmd LocationChange .* js modes.passAllKeys = /(www|mail)\.google\.com/.test(buffer.URL)</ex></code>
<p>
Set the filetype to mail when editing email at Gmail:
</p>
<p>Set the filetype to mail when editing email at Gmail:</p>
<code><!-- Why is the XSLT processor mangling newlines? -->
<ex>:autocmd LocationChange .* :set editor=<str>gvim -f</str></ex>
<ex>:autocmd LocationChange 'mail\.google\.com' :set editor=<str>gvim -f -c 'set ft=mail'</str></ex>
<ex>:autocmd LocationChange !'mail\.google\.com'</ex> <ex>:set editor=<str>gvim -f</str></ex>
<ex>:autocmd LocationChange 'mail\.google\.com'</ex> <ex>:set editor=<str>gvim -f -c 'set ft=mail'</str></ex>
</code>
</document>