1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-02 01:13:31 +02: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

@@ -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.