1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-08 17:14:12 +01:00

minor help formatting improvements

This commit is contained in:
Doug Kearns
2008-08-08 12:24:45 +00:00
parent 478dee9445
commit 8db0bafddb
4 changed files with 8 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ ________________________________________________________________________________
||:exe[cute] {expr1} [ ... ]|| +
________________________________________________________________________________
Execute the string that results from the evaluation of {expr1} as an Ex
command.. Example: [c]:execute echo "test"[c] shows a message with the text
command. Example: [c]:execute echo "test"[c] shows a message with the text
"test".
________________________________________________________________________________

View File

@@ -224,9 +224,9 @@ replaced with values from the user entered command line. The resulting string
is then executed as an Ex command.
The valid escape sequences are:
`------`------------------------------------------------------------------------
<args> The command arguments exactly as supplied
<lt> A literal '<' character to allow for a literal copy of one of the escape sequences. Eg. <lt>args> will expand to a literal <args>
`--------`----------------------------------------------------------------------
*<args>* The command arguments exactly as supplied
*<lt>* A literal '<' character to allow for a literal copy of one of the escape sequences. Eg. <lt>args> will expand to a literal <args>
--------------------------------------------------------------------------------
Note: {attr} not implemented yet.

View File

@@ -250,7 +250,7 @@ ________________________________________________________________________________
|:pa| |:pageinfo|
||:pa[geinfo]||
________________________________________________________________________________
Show various page information. See :help 'pageinfo' for available options.
Show various page information. See [c]:help 'pageinfo'[c] for available options.
________________________________________________________________________________
@@ -291,8 +291,8 @@ ________________________________________________________________________________
Execute {cmd} and tell it to output in a new tab. Works only for commands that
support it, currently:
* :tab help
* :tab prefs[!]
* [c]:tab help[c]
* [c]:tab prefs[!][c]
________________________________________________________________________________