1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 20:57:58 +01:00

fix :set help formatting

This commit is contained in:
Doug Kearns
2008-12-07 00:04:00 +11:00
parent 27d2ad299e
commit aa5a78ea23
2 changed files with 11 additions and 13 deletions

View File

@@ -57,15 +57,13 @@ HEADER=<div style="float: right; padding-top: 10px;"><form action="https://www.p
[quotes] [quotes]
|=tag |=tag
||=key ||=key
[o]=option [o]=#option
'=option2 '=option2
[c]=command [c]=#command
[m]=mapping [m]=#mapping
[a]=argument [a]=#argument
# FIXME: this prevents all asciidoc attribute processing # FIXME: this prevents all asciidoc attribute processing
{|}=argument2 {|}=argument2
# FIXME
((|))=#argument2
[[|]]=argument3 [[|]]=argument3
# disable monospaced text as all our text is monospaced and it causes problems for some things # disable monospaced text as all our text is monospaced and it causes problems for some things
+= +=

View File

@@ -38,18 +38,18 @@ Number option: show value. +
String option: show value. String option: show value.
____ ____
||:se[t] no((option)) [...]|| + ||:se[t] no[a]{option}[a] [...]|| +
____ ____
Toggle option: Reset, switch it off. Toggle option: Reset, switch it off.
____ ____
||:se[t] {option}! [...]|| + ||:se[t] {option}! [...]|| +
||:se[t] inv((option)) [...]|| + ||:se[t] inv[a]{option}[a] [...]|| +
____ ____
Toggle option: Invert value. Toggle option: Invert value.
____ ____
||:se[t] inv((option))={value} [...]|| + ||:se[t] inv[a]{option}[a]={value} [...]|| +
||:se[t] {option}!={value} [...]|| + ||:se[t] {option}!={value} [...]|| +
____ ____
For list options, toggle the specified values. For list options, toggle the specified values.
@@ -122,8 +122,8 @@ ____
||:setl[ocal] all|| + ||:setl[ocal] all|| +
||:setl[ocal] {option}?|| + ||:setl[ocal] {option}?|| +
||:setl[ocal] {option}|| + ||:setl[ocal] {option}|| +
||:setl[ocal] no{option}|| + ||:setl[ocal] no[a]{option}[a]|| +
||:setl[ocal] inv{option}|| + ||:setl[ocal] inv[a]{option}[a]|| +
||:setl[ocal] {option}&|| + ||:setl[ocal] {option}&|| +
||:setl[ocal] all&|| + ||:setl[ocal] all&|| +
||:setl[ocal] {option}={value}|| + ||:setl[ocal] {option}={value}|| +
@@ -141,8 +141,8 @@ ____
||:setg[lobal] all|| + ||:setg[lobal] all|| +
||:setg[lobal] {option}?|| + ||:setg[lobal] {option}?|| +
||:setg[lobal] {option}|| + ||:setg[lobal] {option}|| +
||:setg[lobal] no{option}|| + ||:setg[lobal] no[a]{option}[a]|| +
||:setg[lobal] inv{option}|| + ||:setg[lobal] inv[a]{option}[a]|| +
||:setg[lobal] {option}&|| + ||:setg[lobal] {option}&|| +
||:setg[lobal] all&|| + ||:setg[lobal] all&|| +
||:setg[lobal] {option}={value}|| + ||:setg[lobal] {option}={value}|| +