diff options
author | Kris Maglione <kris@vimperator.org> | 2009-10-26 04:31:54 -0400 |
---|---|---|
committer | Kris Maglione <kris@vimperator.org> | 2009-10-26 04:31:54 -0400 |
commit | 18e414f180807dd4da4737e92bfff24eb5308875 (patch) | |
tree | 569a616e472ceda1590c922b6e8547c4882b69a8 /common/locale/en-US/autocommands.xml | |
parent | 537c0e0d5138f7ac462197e3614b27b974d049ae (diff) | |
download | pentadactyl-18e414f180807dd4da4737e92bfff24eb5308875.tar.gz |
Take a crack at killing security warnings. Fail miserably. Keep the new code because it's a bit nicer.
--HG--
branch : xslt
Diffstat (limited to 'common/locale/en-US/autocommands.xml')
-rw-r--r-- | common/locale/en-US/autocommands.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/locale/en-US/autocommands.xml b/common/locale/en-US/autocommands.xml index b99cef10..ed8d49ed 100644 --- a/common/locale/en-US/autocommands.xml +++ b/common/locale/en-US/autocommands.xml @@ -89,7 +89,7 @@ </p> <code><!-- Why is the XSLT processor mangling newlines? --> -<ex>:autocmd LocationChange .* :set editor=<str>gvim -f</str></ex>
 +<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> </code> |