mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-07 18:23:34 +02:00
fix some help typos
This commit is contained in:
@@ -144,7 +144,7 @@ ________________________________________________________________________________
|
||||
|:map-<silent>| +
|
||||
________________________________________________________________________________
|
||||
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.
|
||||
________________________________________________________________________________
|
||||
|
||||
@@ -324,7 +324,7 @@ Custom completion
|
||||
|
||||
Custom completion can be provided by specifying the "custom,{func}" argument to
|
||||
-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'
|
||||
properties, describing the completions and where the replacement is to start.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user