1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-08 10:25:45 +01:00

add another example to the help for :autocmd

This commit is contained in:
Doug Kearns
2008-08-14 10:53:52 +00:00
parent 0b0c09eec2
commit 436d588197

View File

@@ -41,4 +41,9 @@ Enable _passthrough_ mode on *some* Google sites:
:au LocationChange .* js modes.passAllKeys = /(www|mail)\.google\.com/.test(buffer.URL)
Set the filetype to mail when editing email at Gmail:
:au LocationChange .* :set editor=gvim -f
:au LocationChange mail\.google\.com :set editor=gvim -f -c 'set ft=mail'
// vim: set syntax=asciidoc: