1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-21 11:41:25 +02:00

Fix the formatting of some example help commands.

This commit is contained in:
Doug Kearns
2009-02-20 00:13:12 +11:00
parent 3cd3c60f16
commit 9f70457a4a
4 changed files with 22 additions and 31 deletions
+6 -15
View File
@@ -54,12 +54,12 @@ ____
____
For list options, toggle the specified values.
If the option is a list, the given values are toggled. Given
:set opt=foo,bar
Then,
:set opt!=foo,baz
results in
opt=bar,baz
If the option is a list, the given values are toggled. Given +
\{nbsp}[c]:set opt=foo,bar[c] +
then, +
\{nbsp}[c]:set opt!=foo,baz[c] +
results in +
\{nbsp}opt=bar,baz
____
|:set-default|
@@ -575,15 +575,6 @@ In order to also speed up first time access, it is cached at startup, if this op
____
//|\'pvh'| |\'previewheight'|
//||'previewheight' 'pvh'|| number (default: 10)
//____
//Default height for preview window
//
//Value must be between 1 and 50. If the value is too high, completions may cover the command line. Close the preview window with :pclose.
//Note: Option currently disabled
//____
|\'previouspattern'|
||'previouspattern'|| stringlist
____