summaryrefslogtreecommitdiff
path: root/common/locale
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2010-12-17 14:48:46 -0500
committerKris Maglione <maglione.k@gmail.com>2010-12-17 14:48:46 -0500
commit754d490a5658bd5a55e3fa07bf1b22bc6a74acc9 (patch)
tree2b79d9cd893969fc2294f6810c9cbbb2601e34b8 /common/locale
parent87c2e5624d7518225b8ac86432be12e96604a581 (diff)
downloadpentadactyl-754d490a5658bd5a55e3fa07bf1b22bc6a74acc9.tar.gz
Toggle between values in a list for string/number options with invert.
Diffstat (limited to 'common/locale')
-rw-r--r--common/locale/en-US/options.xml22
1 files changed, 10 insertions, 12 deletions
diff --git a/common/locale/en-US/options.xml b/common/locale/en-US/options.xml
index bb2e8153..d9d24776 100644
--- a/common/locale/en-US/options.xml
+++ b/common/locale/en-US/options.xml
@@ -404,19 +404,17 @@
</note>
<example>
- <p>
- To enable auto-completion for everything but <ex>:history</ex> or
- <ex>:bmarks</ex>, you would choose a value such as
- <str delim="">!/ex/(bmarks|history),.?</str>
- </p>
-
- <p>
- To go in the other direction, i.e. <em>only</em> enable
- auto-completion for those commands, you have to jump through
- some hoops, due to the way contexts work (see the note above):
- <str delim="">/ex/(bmarks|history),^(/|/ex/?)$</str>
- </p>
+ To enable auto-completion for everything but <ex>:history</ex> or
+ <ex>:bmarks</ex>, you would choose a value such as
+ <str delim="">!/ex/(bmarks|history),.?</str>
</example>
+
+ <p>
+ To go in the other direction, i.e. <em>only</em> enable
+ auto-completion for those commands, you have to jump through
+ some hoops, due to the way contexts work (see the note above):
+ <str delim="">/ex/(bmarks|history),^(/|/ex/?)$</str>
+ </p>
</description>
</item>