summaryrefslogtreecommitdiff
path: root/common/locale/en-US/autocommands.xml
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2010-12-17 09:04:46 -0500
committerKris Maglione <maglione.k@gmail.com>2010-12-17 09:04:46 -0500
commit714870525e1a7c82d5c4a1466ad6179f9938c308 (patch)
treef77c568ddb16bf21fa68fec8e612d28d32925eb4 /common/locale/en-US/autocommands.xml
parent7386117f00442144f4ec76cd75a7bb1639f619d4 (diff)
downloadpentadactyl-714870525e1a7c82d5c4a1466ad6179f9938c308.tar.gz
Standardize formatting of :set examples in :help.
Diffstat (limited to 'common/locale/en-US/autocommands.xml')
-rw-r--r--common/locale/en-US/autocommands.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/locale/en-US/autocommands.xml b/common/locale/en-US/autocommands.xml
index a182e2e7..d81bc6ec 100644
--- a/common/locale/en-US/autocommands.xml
+++ b/common/locale/en-US/autocommands.xml
@@ -99,8 +99,8 @@
<p>Set the filetype to mail when editing email at Gmail:</p>
-<code><ex>:autocmd LocationChange</ex> !<str delim="'">mail\.google\.com</str> <ex>:set editor=<str>gvim -f</str></ex>
-<ex>:autocmd LocationChange</ex> <str delim="'">mail\.google\.com</str> <ex>:set editor=<str>gvim -f -c 'set ft=mail'</str></ex></code>
+<code><ex>:autocmd LocationChange</ex> !<str delim="'">mail\.google\.com</str> <se opt="editor"><str>gvim -f</str></se>
+<ex>:autocmd LocationChange</ex> <str delim="'">mail\.google\.com</str> <se opt="editor"><str>gvim -f -c 'set ft=mail'</str></se></code>
</document>