diff options
author | Kris Maglione <maglione.k@gmail.com> | 2010-12-17 09:04:46 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2010-12-17 09:04:46 -0500 |
commit | 714870525e1a7c82d5c4a1466ad6179f9938c308 (patch) | |
tree | f77c568ddb16bf21fa68fec8e612d28d32925eb4 /common/locale/en-US/autocommands.xml | |
parent | 7386117f00442144f4ec76cd75a7bb1639f619d4 (diff) | |
download | pentadactyl-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.xml | 4 |
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> |