1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-04 16:55:51 +01:00

fix some help typos

This commit is contained in:
Doug Kearns
2008-12-20 11:23:44 +11:00
parent 57b30e5060
commit 16c49fe786
6 changed files with 9 additions and 8 deletions

View File

@@ -25,6 +25,7 @@ BUGS:
- BookmarkAdd is fired once for each bookmark periodically i.e. not in response to adding a bookmark - BookmarkAdd is fired once for each bookmark periodically i.e. not in response to adding a bookmark
FEATURES: FEATURES:
9 finish :help TODOs
9 fix local options 9 fix local options
9 adaptive timeout for auto-completions, :set completions can be updated more often than 9 adaptive timeout for auto-completions, :set completions can be updated more often than
:open foo :open foo

File diff suppressed because one or more lines are too long

View File

@@ -26,8 +26,8 @@ ________________________________________________________________________________
|:echom| |:echomsg| |:echom| |:echomsg|
||:echom[sg] {expr}|| + ||:echom[sg] {expr}|| +
________________________________________________________________________________ ________________________________________________________________________________
Echo the expression as an infomational message. Just like [c]:ec[ho][c], but Echo the expression as an informational message. Just like [c]:ec[ho][c], but
also saves the message in the the message history. also saves the message in the message history.
________________________________________________________________________________ ________________________________________________________________________________

View File

@@ -144,7 +144,7 @@ ________________________________________________________________________________
|:map-<silent>| + |:map-<silent>| +
________________________________________________________________________________ ________________________________________________________________________________
When the first argument to one of the mapping commands is <silent>, {rhs} When the first argument to one of the mapping commands is <silent>, {rhs}
is not echoed to the commandline, nor, for that matter, is anything else is not echoed to the command-line, nor, for that matter, is anything else
until the command has completed. until the command has completed.
________________________________________________________________________________ ________________________________________________________________________________
@@ -324,7 +324,7 @@ Custom completion
Custom completion can be provided by specifying the "custom,{func}" argument to Custom completion can be provided by specifying the "custom,{func}" argument to
-complete. The {func} is called with two arguments, a completion context, and -complete. The {func} is called with two arguments, a completion context, and
an an object describing the command's arguments. It should set the context's an object describing the command's arguments. It should set the context's
\'completions' property, or return an object, with \'start' and \'items' \'completions' property, or return an object, with \'start' and \'items'
properties, describing the completions and where the replacement is to start. properties, describing the completions and where the replacement is to start.

View File

@@ -734,7 +734,7 @@ ____
|\'novb'| |\'novisualbell'| |\'vb'| |\'visualbell'| |\'novb'| |\'novisualbell'| |\'vb'| |\'visualbell'|
||'visualbell' 'vb'|| boolean (default: off) ||'visualbell' 'vb'|| boolean (default: off)
____ ____
Use visual bell instead of beeping on errors. The visualbell style is Use visual bell instead of beeping on errors. The visual bell style is
controlled by [c]:hi Bell[c]. If no bell is desired use [c]:set t_vb=[c] together with controlled by [c]:hi Bell[c]. If no bell is desired use [c]:set t_vb=[c] together with
this option. this option.
____ ____

View File

@@ -62,8 +62,8 @@ and you can find out about the [m]gt[m] and [m]gT[m] mapping with
:help gt<CR> :help gt<CR>
:help gT<CR> :help gT<CR>
Finally, in addition to the help system itself, [c]:exusage[c] and Finally, in addition to the help system itself, [c]:exusage[c], [c]:viusage[c]
[c]:viusage[c] are useful quick-reference commands. and [c]:optionusage[c] are useful quick-reference commands.
section:Mouseless[living-mouseless] section:Mouseless[living-mouseless]