diff options
author | Kris Maglione <maglione.k@gmail.com> | 2010-12-17 14:48:46 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2010-12-17 14:48:46 -0500 |
commit | 754d490a5658bd5a55e3fa07bf1b22bc6a74acc9 (patch) | |
tree | 2b79d9cd893969fc2294f6810c9cbbb2601e34b8 /common/locale | |
parent | 87c2e5624d7518225b8ac86432be12e96604a581 (diff) | |
download | pentadactyl-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.xml | 22 |
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> |